thumbgate 1.28.0 โ†’ 1.28.1

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/public/index.html CHANGED
@@ -12,16 +12,16 @@ __GOOGLE_SITE_VERIFICATION_META__
12
12
  <link rel="apple-touch-icon" href="/assets/brand/thumbgate-mark.svg">
13
13
  <meta property="og:image" content="/og.png">
14
14
  <title>ThumbGate โ€” Pre-action checks for AI coding agents</title>
15
- <meta name="description" content="ThumbGate is the pre-action governance runtime for AI coding agents (Claude Code, Cursor, Codex, Gemini CLI, Amp, Cline, OpenCode): ๐Ÿ‘ thumbs up and ๐Ÿ‘Ž thumbs down feedback become history-aware lessons stored locally; Enterprise adds shared lessons and org visibility. PreToolUse checks flag and log risky tool calls โ€” hard-blocking catastrophic classes by default and warning on the rest, with strict mode to hard-block every rule.">
16
- <meta property="og:title" content="ThumbGate โ€” Stop paying for the same AI mistake twice">
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.">
15
+ <meta name="description" content="ThumbGate is the local pre-action governance runtime for AI coding agents (Claude Code, Cursor, Codex, Gemini CLI, Amp, Cline, OpenCode): accepted ๐Ÿ‘ thumbs-up and ๐Ÿ‘Ž thumbs-down feedback becomes history-aware local lessons; repeated failures can become prevention rules. PreToolUse checks flag and log risky tool calls, hard-block detected secret leaks, and block matching actions in strict mode. Pro is for individual operators; Enterprise rollout is scoped after intake.">
16
+ <meta property="og:title" content="ThumbGate โ€” Inspect risky AI-agent actions before execution">
17
+ <meta property="og:description" content="ThumbGate evaluates proposed tool calls before execution, records allow/warn/deny decisions, hard-blocks detected secret leaks, and supports strict enforcement for matched rules.">
18
18
  <meta property="og:type" content="website">
19
19
  <meta property="og:url" content="__APP_ORIGIN__/">
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.28.0">
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">
23
+ <meta name="thumbgate-version" content="1.28.1">
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, 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">
@@ -71,7 +71,7 @@ __GA_BOOTSTRAP__
71
71
  "alternateName": "thumbgate",
72
72
  "url": "https://thumbgate.ai",
73
73
  "logo": "https://thumbgate.ai/assets/brand/thumbgate-logo-1200x360.png",
74
- "description": "ThumbGate ships pre-action gates for AI coding agents. Open-source CLI plus PreToolUse hooks that capture feedback, promote it to memory, generate prevention rules, and flag repeated mistakes before the next tool call across Claude Code, Cursor, Codex, Gemini, Amp, Cline, and OpenCode โ€” hard-blocking the catastrophic classes by default and every rule under strict mode.",
74
+ "description": "ThumbGate ships local PreToolUse checks for AI coding agents. Accepted feedback becomes local lessons, recurring failures can become prevention rules, risky tool calls warn and log by default, detected secret leaks hard-block, and strict mode blocks matching actions.",
75
75
  "founder": {
76
76
  "@type": "Person",
77
77
  "name": "Igor Ganapolsky",
@@ -91,44 +91,44 @@ __GA_BOOTSTRAP__
91
91
  "@type": "SoftwareApplication",
92
92
  "name": "ThumbGate",
93
93
  "alternateName": "thumbgate",
94
- "description": "ThumbGate stops you from paying for the same AI mistake twice. It is machine-speed pre-action defense for coding agents: thumbs-up/down feedback becomes history-aware lessons, local prevention rules, actionable remediations, agent surface inventory, and Pre-Action Checks that inspect workflow shape, environment evidence, budget, and repeated-failure memory before the next tool call across Claude Code, Cursor, Codex, Gemini, Amp, Cline, OpenCode, and any MCP-compatible agent.",
94
+ "description": "ThumbGate is a local pre-action governance runtime for AI coding agents. It stores accepted feedback as history-aware lessons, can derive prevention rules from recurring failures, and evaluates proposed tool calls before execution across configured Claude Code, Cursor, Codex, Gemini, Amp, Cline, OpenCode, and MCP-compatible integrations.",
95
95
  "applicationCategory": "DeveloperApplication",
96
96
  "operatingSystem": "Cross-platform, Node.js >=18.18.0",
97
97
  "license": "https://opensource.org/licenses/MIT",
98
98
  "url": "https://github.com/IgorGanapolsky/ThumbGate",
99
99
  "downloadUrl": "https://www.npmjs.com/package/thumbgate",
100
100
  "installUrl": "https://www.npmjs.com/package/thumbgate",
101
- "dateModified": "2026-04-09",
101
+ "dateModified": "2026-07-12",
102
102
  "creator": {
103
103
  "@type": "Person",
104
104
  "name": "Igor Ganapolsky",
105
105
  "url": "https://github.com/IgorGanapolsky"
106
106
  },
107
107
  "featureList": [
108
- "Prevent expensive AI mistakes โ€” catch bad commands, destructive database actions, unsafe publishes, and risky API calls before execution",
109
- "Make AI catch repeating mistakes โ€” thumbs-down feedback becomes history-aware lessons and Pre-Action Checks",
110
- "Turn AI into a reliable operator โ€” checkpoint risky actions, enforce safe patterns, and keep proof of what changed",
108
+ "Inspect risky AI-agent actions โ€” evaluate commands, database actions, publishes, and API calls before tool execution",
109
+ "Capture concrete corrections โ€” accepted feedback becomes history-aware local lessons and recurring failures can become Pre-Action Checks",
110
+ "Keep reviewable decisions โ€” checkpoint risky actions and record why a call was allowed, warned, or denied",
111
111
  "Agent surface inventory โ€” see which tools, MCP surfaces, and policy sources are actually active before rollout",
112
112
  "Actionable remediations โ€” rank the next highest-ROI fixes from real feedback and risk pressure",
113
- "ThumbGate GPT for ChatGPT โ€” preflight risky commands, refunds, deploys, and PR actions, capture typed thumbs-up/down lessons, and route users into local enforcement",
113
+ "ThumbGate GPT for ChatGPT โ€” preflight risky commands, refunds, deploys, and PR actions, guide typed feedback capture, and route users to documented local setup",
114
114
  "Workflow Sentinel โ€” score blast radius before PR, merge, release, and publish actions fire",
115
115
  "Workflow architecture checks โ€” distinguish predefined workflows, parallel fan-out, and open-ended agents before execution",
116
116
  "Agentic development cycle control โ€” maps Guide, Generate, Verify, and Solve into enforceable pre-action gates before risky tool calls execute",
117
117
  "Environment inspection evidence โ€” require read-before-write, screenshots, API response checks, tests, or output validation for open-ended agent loops",
118
- "Parallel branch budgets โ€” prevent agent desktops and fan-out workflows from silently multiplying token spend",
119
- "Docker Sandboxes routing โ€” move high-risk local runs into isolated microVM-backed execution",
120
- "Hosted sandbox dispatch โ€” signed isolated lane for team automations",
118
+ "Parallel branch budgets โ€” surface budget pressure from agent desktops and fan-out workflows",
119
+ "Docker Sandboxes routing โ€” recommend isolated execution for high-risk local runs",
120
+ "Signed sandbox-dispatch mechanism โ€” deployment-specific isolation helper that requires configuration and verification",
121
121
  "Domain Skill Packs โ€” Stripe, Railway, database migration best practices",
122
- "Progressive Disclosure โ€” 3-tier L1/L2/L3 loading cuts skill-pack token cost per the disclosureSavings metric in scripts/skill-packs.js",
122
+ "Progressive Disclosure โ€” 3-tier L1/L2/L3 loading reports estimated disclosureSavings from scripts/skill-packs.js",
123
123
  "Hallucination Detection โ€” decomposes claims into verifiable sub-claims",
124
124
  "PII Scanner โ€” blocks emails, credit cards, SSNs in feedback and exports",
125
125
  "Background Agent Governance โ€” per-agent pass rates, CI auto-feedback",
126
- "Memory Migration โ€” imports Claude Code MEMORY.md into unlimited SQLite DB",
126
+ "Memory Migration โ€” imports Claude Code MEMORY.md into the local lesson store",
127
127
  "Prompt-Level DLP โ€” scans tool call inputs before execution",
128
- "Per-Step Scoring โ€” every check decision becomes a DPO/KTO training signal",
128
+ "Per-Step Scoring โ€” check decisions can become DPO/KTO training signals",
129
129
  "HuggingFace Export โ€” share PII-redacted agent traces as open training datasets",
130
130
  "Unified Context โ€” one-call context assembly with session, lessons, guards, and code-graph",
131
- "AI Authenticity Enforcement โ€” every check reflects your team's actual standards, not generic AI patterns"
131
+ "AI Authenticity Enforcement โ€” reviewable rules can encode operator-specific standards"
132
132
  ],
133
133
  "offers": [
134
134
  {
@@ -136,13 +136,13 @@ __GA_BOOTSTRAP__
136
136
  "name": "Free",
137
137
  "price": "0",
138
138
  "priceCurrency": "USD",
139
- "description": "Free local CLI enforcement for one developer โ€” captures, recalls, checks, and PreToolUse hook blocking after install"
139
+ "description": "Free local CLI for one developer: 2 feedback captures per day, 10 total, up to 3 active auto-promoted rules, no recall/search or exports, warn-and-log defaults, and hard blocking for detected secret leaks"
140
140
  },
141
141
  {
142
142
  "@type": "Offer",
143
143
  "name": "Enterprise",
144
144
  "priceCurrency": "USD",
145
- "description": "Contact-sales tier with custom pricing scoped after intake: a workflow hardening sprint, shared hosted lesson database, org dashboard visibility, shared enforcement, approval boundaries, audit-grade decision trail, regulatory gate templates, Docker Sandboxes guidance for risky local autonomy, and dedicated onboarding for teams shipping AI-generated changes",
145
+ "description": "Contact-sales tier with custom pricing scoped after intake for one workflow's approval boundaries, rollback plan, evidence requirements, and rollout support. Hosted team lesson sync and a hosted org dashboard are not general-availability runtime features.",
146
146
  "url": "https://thumbgate.ai/#workflow-sprint-intake"
147
147
  },
148
148
  {
@@ -150,7 +150,7 @@ __GA_BOOTSTRAP__
150
150
  "name": "Pro Monthly",
151
151
  "price": "19",
152
152
  "priceCurrency": "USD",
153
- "description": "Self-serve side lane for solo operators who want personal enforcement proof, a local dashboard, DPO export, team lesson export/import, and proof-ready exports",
153
+ "description": "Self-serve individual tier with unlimited rules and captures, history-aware recall and search, a personal local dashboard, DPO export, and operator-managed lesson export/import",
154
154
  "url": "https://thumbgate.ai/checkout/pro?plan_id=pro&landing_path=%2F"
155
155
  },
156
156
  {
@@ -243,14 +243,14 @@ __GA_BOOTSTRAP__
243
243
  {
244
244
  "@context": "https://schema.org",
245
245
  "@type": "HowTo",
246
- "name": "How to make your AI coding agent self-improving",
247
- "description": "Set up ThumbGate so your AI agent learns from every mistake and never repeats it โ€” a self-improvement loop powered by feedback enforcement and a trained local intervention policy.",
246
+ "name": "How to add Pre-Action Checks to an AI coding agent",
247
+ "description": "Configure ThumbGate so accepted feedback becomes local lessons and recurring failures can become checks that evaluate proposed tool calls before execution.",
248
248
  "step": [
249
249
  {
250
250
  "@type": "HowToStep",
251
251
  "position": 1,
252
252
  "name": "Install ThumbGate",
253
- "text": "Run: npx thumbgate init --agent claude-code. This installs the local CLI gateway and wires the agent's MCP transport automatically. No API key needed and the core path stays local."
253
+ "text": "Run: npx thumbgate init --agent claude-code. This installs the local CLI gateway and writes the supported agent integration. No API key is needed for the local path."
254
254
  },
255
255
  {
256
256
  "@type": "HowToStep",
@@ -262,16 +262,15 @@ __GA_BOOTSTRAP__
262
262
  "@type": "HowToStep",
263
263
  "position": 3,
264
264
  "name": "Prevention rules auto-generate",
265
- "text": "After repeated failures in the same domain, ThumbGate auto-generates prevention rules. These rules are injected into the agent's context at the start of every session via the recall MCP tool."
265
+ "text": "After qualifying repeated failures in the same domain, ThumbGate can auto-generate prevention rules. Configured integrations can load the resulting local lessons and rules."
266
266
  },
267
267
  {
268
268
  "@type": "HowToStep",
269
269
  "position": 4,
270
270
  "name": "Pre-action checks flag the mistake",
271
- "text": "When the agent tries to repeat a known-bad action, the PreToolUse hook fires, flags the tool call, and logs the decision before execution. Catastrophic classes (secret exfiltration, destructive deletes like rm -rf, supply-chain) hard-block by default; set THUMBGATE_STRICT_ENFORCEMENT=1 to hard-block every rule."
271
+ "text": "When a configured agent proposes a matching action, the PreToolUse hook records the decision before tool execution. Detected secret leaks and direct ThumbGate process-kill/environment-override commands deny by default; rm -rf, force-push, fetch-and-run, and direct guardrail-file edits warn by default. Set THUMBGATE_STRICT_ENFORCEMENT=1 to deny every matched blocking rule."
272
272
  }
273
273
  ],
274
- "totalTime": "PT5M",
275
274
  "tool": { "@type": "SoftwareApplication", "name": "thumbgate", "url": "https://www.npmjs.com/package/thumbgate" }
276
275
  }
277
276
  </script>
@@ -286,7 +285,7 @@ __GA_BOOTSTRAP__
286
285
  "name": "Does ThumbGate support model fine-tuning?",
287
286
  "acceptedAnswer": {
288
287
  "@type": "Answer",
289
- "text": "Yes. ThumbGate Pro includes a Model Hardening Advisor and LoRA JSONL export. Pro users can export their episodic memory as DPO (Direct Preference Optimization) pairs to fine-tune local models (like Llama 3 or Mistral) so they natively avoid repeating known mistakes."
288
+ "text": "ThumbGate Pro includes a Model Hardening Advisor plus LoRA JSONL and DPO preference-pair exports for use in a separate fine-tuning workflow. An export does not guarantee that a trained model will avoid a mistake; that outcome depends on the dataset, training process, model, and evaluation."
290
289
  }
291
290
  },
292
291
  {
@@ -294,23 +293,23 @@ __GA_BOOTSTRAP__
294
293
  "name": "How is ThumbGate different from model-training feedback loops?",
295
294
  "acceptedAnswer": {
296
295
  "@type": "Answer",
297
- "text": "Model-training feedback loops update weights. ThumbGate does not touch the model. It injects past feedback into context so your agent is shaped by your corrections in real time. Think of it as a behavioral immune system, not a training pipeline. Checks fire on every tool call and log the decision; catastrophic classes hard-block by default, and strict mode (THUMBGATE_STRICT_ENFORCEMENT=1) hard-blocks every rule."
296
+ "text": "ThumbGate's runtime keeps lessons and rules outside the model. A configured hook evaluates proposed tool calls before execution. Detected secret exfiltration plus commands that kill the gate process or enable its bypass variable deny by default; matching destructive deletes, force-pushes, and fetch-and-run commands warn by default. Strict mode (THUMBGATE_STRICT_ENFORCEMENT=1) turns matching warning-mode checks into denies."
298
297
  }
299
298
  },
300
299
  {
301
300
  "@type": "Question",
302
- "name": "What is the ThumbGate tech stack?",
301
+ "name": "What's the tech stack?",
303
302
  "acceptedAnswer": {
304
303
  "@type": "Answer",
305
- "text": "SQLite+FTS5 lesson DB, MemAlign-inspired dual recall, Thompson Sampling for adaptive checks, LanceDB vector search with Hugging Face embeddings, ContextFS context assembly, Bayesian belief updates, and PreToolUse hook enforcement."
304
+ "text": "SQLite+FTS5 lesson DB for fast full-text search. MemAlign-inspired dual recall (principle-based rules + episodic context). Thompson Sampling for adaptive check sensitivity per failure domain. LanceDB + Apache Arrow for local vector search with Hugging Face embeddings. ContextFS for context assembly. Bayesian belief updates on each memory. Configured PreToolUse hooks evaluate known-bad actions before execution; detected secret exfiltration and gate kill/bypass commands deny by default, while strict mode also denies matching warning-mode checks. The local path requires no cloud account."
306
305
  }
307
306
  },
308
307
  {
309
308
  "@type": "Question",
310
- "name": "What AI agents does ThumbGate work with?",
309
+ "name": "What AI agents and editors does this work with?",
311
310
  "acceptedAnswer": {
312
311
  "@type": "Answer",
313
- "text": "Claude Code, Cursor, Codex, Gemini CLI, Amp, Cline, OpenCode, and any MCP-compatible agent."
312
+ "text": "ThumbGate includes documented integration paths for Claude Code, Cursor, Codex, Gemini CLI, Amp, Cline, and OpenCode. Each agent must be configured through its hook or MCP setup; MCP compatibility alone does not install enforcement automatically. The Cursor runtime setup is npx thumbgate init --agent cursor, while the in-app Marketplace listing remains separate. VS Code can host an MCP-compatible agent, but this repo does not ship a standalone VS Code extension."
314
313
  }
315
314
  },
316
315
  {
@@ -318,7 +317,7 @@ __GA_BOOTSTRAP__
318
317
  "name": "Do I have to chat inside the ThumbGate GPT for enforcement?",
319
318
  "acceptedAnswer": {
320
319
  "@type": "Answer",
321
- "text": "No. The ThumbGate GPT is the ChatGPT entrypoint for checking proposed actions, capturing thumbs-up/down lessons, and getting setup help. Use it for advice and checkpointing; hard enforcement still runs locally where the agent executes after npx thumbgate init."
320
+ "text": "No. The ThumbGate GPT is a ChatGPT entrypoint for checking proposed actions and getting setup help. Local allow, warn, or deny enforcement runs where the coding agent executes and requires npx thumbgate init plus the documented integration setup."
322
321
  }
323
322
  },
324
323
  {
@@ -326,15 +325,15 @@ __GA_BOOTSTRAP__
326
325
  "name": "When should I use Pro versus the Workflow Hardening Sprint?",
327
326
  "acceptedAnswer": {
328
327
  "@type": "Answer",
329
- "text": "Start with the setup guide if you only need the local path. Choose Pro after one real caught repeat when you want your own dashboard, DPO export, and proof-ready exports. Choose the Workflow Hardening Sprint when one workflow owner needs approval boundaries, rollback safety, and rollout proof before wider rollout."
328
+ "text": "Start with the setup guide if you only need the local path. Choose Pro when an individual operator wants higher limits, personal recall, a local dashboard, DPO export, and operator-managed lesson bundles. Choose the Workflow Hardening Sprint when one workflow owner needs to scope approval boundaries, rollback safety, and evidence requirements before a wider rollout claim."
330
329
  }
331
330
  },
332
331
  {
333
332
  "@type": "Question",
334
- "name": "How does ThumbGate reduce host blast radius for high-risk local runs?",
333
+ "name": "How do we keep high-risk autonomous runs off the host?",
335
334
  "acceptedAnswer": {
336
335
  "@type": "Answer",
337
- "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."
336
+ "text": "ThumbGate combines pre-action checks with execution guidance. Workflow Sentinel can recommend Docker Sandboxes for risky local actions. The package also contains a signed sandbox-dispatch mechanism, but each deployment must configure and verify that isolation boundary; it is not hosted team lesson sync or a generally available hosted org service."
338
337
  }
339
338
  },
340
339
  {
@@ -342,7 +341,7 @@ __GA_BOOTSTRAP__
342
341
  "name": "How are pre-action checks different from prompt rules?",
343
342
  "acceptedAnswer": {
344
343
  "@type": "Answer",
345
- "text": "Prompt rules are suggestions agents can ignore. Pre-Action Checks fire before execution via PreToolUse hooks โ€” they flag and log every decision, and can block the action: catastrophic classes hard-block by default, and strict mode (THUMBGATE_STRICT_ENFORCEMENT=1) hard-blocks every rule. Checks are auto-generated from feedback and use Thompson Sampling to adapt."
344
+ "text": "Prompt rules are a starting point, not a finish line. ThumbGate adds a human-feedback loop plus configured Pre-Action Checks at the tool-call boundary. The default policy denies detected secret exfiltration and gate kill/bypass commands while other matching high-risk checks warn; strict mode also denies matching warning-mode checks."
346
345
  }
347
346
  },
348
347
  {
@@ -350,31 +349,7 @@ __GA_BOOTSTRAP__
350
349
  "name": "How does ThumbGate fit the agentic development cycle?",
351
350
  "acceptedAnswer": {
352
351
  "@type": "Answer",
353
- "text": "Agentic development is converging around Guide, Generate, Verify, and Solve. ThumbGate adds the execution-control layer between those stages: project guidance and feedback become rules, generated tool calls are checked before execution, verification evidence is required for risky actions, and solved failures become reusable prevention gates."
354
- }
355
- },
356
- {
357
- "@type": "Question",
358
- "name": "How does ThumbGate prevent AI slop and protect brand authenticity?",
359
- "acceptedAnswer": {
360
- "@type": "Answer",
361
- "text": "AI slop happens when agents act without human judgment as a check โ€” generating repetitive, generic outputs that erode trust and dilute your brand. ThumbGate inserts human thumbs-up/down between AI intent and execution. Every thumbs-down becomes a prevention rule that flags the bad pattern on the next matching tool call. Every thumbs-up reinforces what 'good' looks like for your specific context. Your agent's outputs reflect your actual standards, not generic AI patterns. This is authenticity enforcement at the tool-call level."
362
- }
363
- },
364
- {
365
- "@type": "Question",
366
- "name": "How is ThumbGate different from SpecLock?",
367
- "acceptedAnswer": {
368
- "@type": "Answer",
369
- "text": "SpecLock requires manually writing constraints or compiling them from a PRD. ThumbGate learns automatically from thumbs-up/down feedback and auto-generates prevention rules from repeated failures. SpecLock locks files from modification; ThumbGate flags specific actions (like force-push) before they execute and logs the decision โ€” warning by default and hard-blocking under strict mode, while catastrophic classes like secret exfiltration and rm -rf hard-block outright."
370
- }
371
- },
372
- {
373
- "@type": "Question",
374
- "name": "How is ThumbGate different from Mem0?",
375
- "acceptedAnswer": {
376
- "@type": "Answer",
377
- "text": "Mem0 is cloud-hosted memory for AI apps. ThumbGate is local-first enforcement. Mem0 remembers context but does not gate actions. ThumbGate captures feedback, promotes it to prevention rules, and flags tool calls that match known failure patterns via PreToolUse hooks โ€” hard-blocking the catastrophic classes by default, and every rule under strict mode."
352
+ "text": "Agentic development is not just generation. Teams need Guide, Generate, Verify, and Solve working as a repeatable loop. ThumbGate can serve as the pre-action execution gate: guidance and accepted feedback can become rules, generated tool calls are evaluated before execution, rules can require verification evidence, and recurring solved failures can become reusable prevention gates."
378
353
  }
379
354
  }
380
355
  ]
@@ -744,7 +719,7 @@ __GA_BOOTSTRAP__
744
719
  <a href="#claude-code-section" class="nav-claude" onclick="posthog.capture('nav_claude_click')" style="display:none;">Claude</a>
745
720
  <a href="#workflow-sprint-intake" onclick="posthog.capture('workflow_sprint')" style="display:none;">Start Sprint</a>
746
721
  <a href="https://github.com/IgorGanapolsky/ThumbGate/releases/latest/download/thumbgate-claude-desktop.mcpb" target="_blank" rel="noopener" onclick="posthog.capture('nav_claude_extension_click',{cta:'install_claude_extension'})" class="nav-cta" style="background:#d97706;display:none;">Claude Extension</a>
747
- <a href="/checkout/pro?utm_source=website&utm_medium=nav&utm_campaign=pro_upgrade&cta_id=nav_start_pro&cta_placement=nav&plan_id=pro&landing_path=%2F" data-revenue-cta data-cta-id="nav_start_pro" data-cta-placement="nav" data-tier="pro" data-plan-id="pro" data-price="19" onclick="trackRevenueCta(this);try{posthog.capture('nav_pro_click',{cta:'nav_start_pro',tier:'pro',price:19})}catch(_){}" class="nav-cta">Start Pro โ€” $19/mo</a>
722
+ <a href="/go/diagnostic?utm_source=website&utm_medium=nav&utm_campaign=money_today&utm_content=nav_diagnostic&cta_id=nav_pay_diagnostic&cta_placement=nav&plan_id=sprint_diagnostic" data-revenue-cta data-cta-id="nav_pay_diagnostic" data-cta-placement="nav" data-tier="service" data-plan-id="sprint_diagnostic" data-price="__SPRINT_DIAGNOSTIC_PRICE_DOLLARS__" onclick="trackRevenueCta(this);try{posthog.capture('nav_diagnostic_click',{cta:'nav_pay_diagnostic',price:__SPRINT_DIAGNOSTIC_PRICE_DOLLARS__})}catch(_){}" class="nav-cta">Pay $__SPRINT_DIAGNOSTIC_PRICE_DOLLARS__ diagnostic</a>
748
723
  </div>
749
724
  </div>
750
725
  </nav>
@@ -754,7 +729,7 @@ __GA_BOOTSTRAP__
754
729
  <div class="container">
755
730
  <div class="hero-badge">๐Ÿ‘ ๐Ÿ‘Ž Local-first ยท open-source ยท enterprise governance when agents touch real systems</div>
756
731
  <h1>Catch AI agents before they spend money, leak secrets, or break production.</h1>
757
- <p class="hero-lede">Claude Code, Cursor, Codex, Gemini CLI, Amp, Cline, OpenCode, and MCP tools now touch terminals, repos, databases, SaaS APIs, and cloud systems. ThumbGate checks the next tool call before it runs, flags repeated failures from your thumbs-down feedback and logs every decision โ€” hard-blocking the catastrophic classes (secret exfiltration, rm -rf, supply-chain) by default and warning on the rest, with strict mode to hard-block everything. The beachhead buyer is an enterprise engineering, security, or platform team that needs governed AI-agent execution before agents touch regulated or high-blast-radius workflows.</p>
732
+ <p class="hero-lede">Claude Code, Cursor, Codex, Gemini CLI, Amp, Cline, OpenCode, and MCP tools can touch terminals, repos, databases, SaaS APIs, and cloud systems. After a configured agent proposes a tool call, ThumbGate evaluates it before execution and records the decision. The default policy denies detected secret exfiltration plus commands that kill the ThumbGate gate process or enable its bypass environment variable; other matched high-risk classes such as destructive deletes, force-pushes, and fetch-and-run commands warn by default. Strict mode turns matching warning-mode checks into denies. The beachhead buyer is an enterprise engineering, security, or platform team that needs governed AI-agent execution before agents touch regulated or high-blast-radius workflows.</p>
758
733
 
759
734
  <div class="hero-signals" aria-label="June 2026 buyer signals">
760
735
  <a class="signal-pill signal-down" href="#june-2026-proof">MCP tool risk</a>
@@ -764,30 +739,34 @@ __GA_BOOTSTRAP__
764
739
  </div>
765
740
 
766
741
  <div class="hero-proof-card" aria-label="ThumbGate flagging dangerous AI agent commands in real time">
767
- <img src="/media/thumbgate-demo.gif" alt="ThumbGate flagging an AI agent's rm -rf, git push --force, and chmod 777 in real time โ€” hard-blocking rm -rf and warning on the rest by default (strict mode blocks all) โ€” while letting safe commands through" style="width:100%;display:block;border-radius:8px;" loading="lazy" />
742
+ <img src="/media/thumbgate-demo.gif" alt="ThumbGate flagging an AI agent's rm -rf, git push --force, and chmod 777 in real time โ€” flagging them by default and hard-blocking under strict mode โ€” while letting safe commands through" style="width:100%;display:block;border-radius:8px;" loading="lazy" />
768
743
  </div>
769
744
 
770
745
  <div class="hero-actions">
771
- <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>
772
- <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>
746
+ <a href="/go/diagnostic?utm_source=website&utm_medium=hero_cta&utm_campaign=money_today&utm_content=hero_diagnostic&cta_id=hero_workflow_sprint_diagnostic_checkout&cta_placement=hero&plan_id=sprint_diagnostic" data-revenue-cta data-cta-id="hero_workflow_sprint_diagnostic_checkout" data-cta-placement="hero" data-tier="service" data-plan-id="sprint_diagnostic" data-price="__SPRINT_DIAGNOSTIC_PRICE_DOLLARS__" data-sprint-paid-path="diagnostic" onclick="trackRevenueCta(this);sendFirstPartyTelemetry('workflow_sprint_diagnostic_checkout_started',{ctaId:'hero_workflow_sprint_diagnostic_checkout',ctaPlacement:'hero',offer:'sprint_diagnostic',price:__SPRINT_DIAGNOSTIC_PRICE_DOLLARS__});try{posthog.capture('hero_diagnostic_checkout_click',{cta:'hero_diagnostic',price:__SPRINT_DIAGNOSTIC_PRICE_DOLLARS__})}catch(_){}" class="btn-pro-page hero-pro hero-pro-primary hero-diagnostic">Pay $__SPRINT_DIAGNOSTIC_PRICE_DOLLARS__ diagnostic</a>
747
+ <a href="/go/sprint?utm_source=website&utm_medium=hero_cta&utm_campaign=money_today&utm_content=hero_sprint&cta_id=hero_workflow_sprint_checkout&cta_placement=hero&plan_id=workflow_sprint" data-revenue-cta data-cta-id="hero_workflow_sprint_checkout" data-cta-placement="hero" data-tier="service" data-plan-id="workflow_sprint" data-price="__WORKFLOW_SPRINT_PRICE_DOLLARS__" data-sprint-paid-path="sprint" onclick="trackRevenueCta(this);sendFirstPartyTelemetry('workflow_sprint_checkout_started',{ctaId:'hero_workflow_sprint_checkout',ctaPlacement:'hero',offer:'workflow_sprint',price:__WORKFLOW_SPRINT_PRICE_DOLLARS__});try{posthog.capture('hero_sprint_checkout_click',{cta:'hero_sprint',price:__WORKFLOW_SPRINT_PRICE_DOLLARS__})}catch(_){}" class="btn-pro-page hero-pro">Pay $__WORKFLOW_SPRINT_PRICE_DOLLARS__ sprint</a>
748
+ <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">Start Pro โ€” $19/mo</a>
773
749
  <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>
774
750
  </div>
751
+ <p class="hero-paid-note" style="margin-top:4px;">Money path today: <strong>Workflow Hardening Diagnostic ($__SPRINT_DIAGNOSTIC_PRICE_DOLLARS__)</strong> or <strong>Sprint ($__WORKFLOW_SPRINT_PRICE_DOLLARS__)</strong> for one repeated agent failure. Pro stays the solo self-serve lane. Prefer scoping first? <a href="#workflow-sprint-intake" style="color:var(--cyan);" 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'});sendFirstPartyTelemetry('workflow_sprint_recovery_intake_clicked',{ctaId:'hero_workflow_sprint_recovery_intake',ctaPlacement:'hero',offer:'workflow_sprint_intake'});">Send workflow first</a>.</p>
775
752
 
776
753
  <div class="offer-router" aria-label="Choose the right ThumbGate path">
777
754
  <div class="offer-route primary">
778
- <strong>Solo operator: Start Pro</strong>
779
- <p>Unlimited rules, recall, proof, exports.</p>
780
- <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>
755
+ <strong>Team / enterprise: buy proof this week</strong>
756
+ <p>One workflow. One repeated failure. Paid diagnostic or sprint with Stripe โ€” credit applies when you continue to implementation.</p>
757
+ <a href="/go/diagnostic?utm_source=website&utm_medium=offer_router&utm_campaign=money_today&cta_id=router_pay_diagnostic&cta_placement=offer_router&plan_id=sprint_diagnostic" data-revenue-cta data-cta-id="router_pay_diagnostic" data-cta-placement="offer_router" data-tier="service" data-plan-id="sprint_diagnostic" data-price="__SPRINT_DIAGNOSTIC_PRICE_DOLLARS__" onclick="trackRevenueCta(this);sendFirstPartyTelemetry('workflow_sprint_diagnostic_checkout_started',{ctaId:'router_pay_diagnostic',ctaPlacement:'offer_router',offer:'sprint_diagnostic'});">Pay $__SPRINT_DIAGNOSTIC_PRICE_DOLLARS__ diagnostic โ†’</a>
758
+ <a href="/go/sprint?utm_source=website&utm_medium=offer_router&utm_campaign=money_today&cta_id=router_pay_sprint&cta_placement=offer_router&plan_id=workflow_sprint" data-revenue-cta data-cta-id="router_pay_sprint" data-cta-placement="offer_router" data-tier="service" data-plan-id="workflow_sprint" data-price="__WORKFLOW_SPRINT_PRICE_DOLLARS__" style="display:block;margin-top:8px;" onclick="trackRevenueCta(this);sendFirstPartyTelemetry('workflow_sprint_checkout_started',{ctaId:'router_pay_sprint',ctaPlacement:'offer_router',offer:'workflow_sprint'});">Pay $__WORKFLOW_SPRINT_PRICE_DOLLARS__ sprint โ†’</a>
781
759
  </div>
782
760
  <div class="offer-route">
783
- <strong>Enterprise governance: Start with one workflow</strong>
784
- <p>Finance, healthcare, insurance, public sector, critical infrastructure, manufacturing.</p>
785
- <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>
761
+ <strong>Solo operator: Start Pro</strong>
762
+ <p>Unlimited rules, recall, proof, exports after one real caught repeat.</p>
763
+ <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>
786
764
  </div>
787
765
  <div class="offer-route">
788
- <strong>Still evaluating: Free CLI</strong>
789
- <p>2 captures/day, 3 active rules. Enough to prove one caught repeat.</p>
766
+ <strong>Still evaluating: Free CLI or intake</strong>
767
+ <p>2 captures/day, 3 active rules. Or send the workflow if you need fit review before paying.</p>
790
768
  <button data-router-install onclick="copyInstall(this)"><span class="copy-hint">Copy npx thumbgate init</span></button>
769
+ <a href="#workflow-sprint-intake" style="display:block;margin-top:10px;color:var(--cyan);font-weight:700;text-decoration:none;" onclick="sendFirstPartyTelemetry('workflow_sprint_intake_started',{ctaId:'router_workflow_sprint',ctaPlacement:'offer_router',offer:'workflow_sprint'});sendFirstPartyTelemetry('workflow_sprint_recovery_intake_clicked',{ctaId:'router_workflow_sprint_recovery_intake',ctaPlacement:'offer_router',offer:'workflow_sprint_intake'});">Send workflow first โ†’</a>
791
770
  </div>
792
771
  </div>
793
772
 
@@ -815,7 +794,7 @@ __GA_BOOTSTRAP__
815
794
  </div>
816
795
  <figure style="max-width:760px;margin:32px auto 0;padding:20px 24px;border-left:3px solid var(--cyan);background:rgba(34,211,238,0.04);border-radius:0 8px 8px 0;">
817
796
  <blockquote style="margin:0;font-size:18px;line-height:1.5;color:var(--text);font-style:italic;">&ldquo;A better dashboard doesn&rsquo;t make the agents more reliable. The hard part isn&rsquo;t visibility. It&rsquo;s trust.&rdquo;</blockquote>
818
- <figcaption style="margin-top:12px;font-size:13px;color:var(--text-muted);">โ€” Rob May, CEO &amp; co-founder, Neurometric AI, in <a href="https://thenewstack.io/claude-code-agent-view/" target="_blank" rel="noopener" style="color:var(--cyan);">The New Stack</a> on Anthropic&rsquo;s Claude Code Agent View (May 2026). This is Rob May describing the industry, not an endorsement of ThumbGate. ThumbGate is our attempt at that trust problem: PreToolUse gates, thumbs-down to rule, and an audit trail on every interception.</figcaption>
797
+ <figcaption style="margin-top:12px;font-size:13px;color:var(--text-muted);">โ€” Rob May, CEO &amp; co-founder, Neurometric AI, in <a href="https://thenewstack.io/claude-code-agent-view/" target="_blank" rel="noopener" style="color:var(--cyan);">The New Stack</a> on Anthropic&rsquo;s Claude Code Agent View (May 2026). This is Rob May describing the industry, not an endorsement of ThumbGate. ThumbGate addresses that trust problem with configured PreToolUse gates, accepted feedback, explicit prevention rules, and local decision records.</figcaption>
819
798
  </figure>
820
799
  <figure style="max-width:760px;margin:24px auto 0;padding:20px 24px;border-left:3px solid var(--cyan);background:rgba(34,211,238,0.04);border-radius:0 8px 8px 0;">
821
800
  <p style="margin:0 0 8px;font-size:14px;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.08em;">Local-first is the new default</p>
@@ -824,8 +803,8 @@ __GA_BOOTSTRAP__
824
803
  </figure>
825
804
  <div class="first-check-card" id="first-check">
826
805
  <div class="section-label" style="text-align:left;margin-bottom:8px;">First-Dollar Activation Path</div>
827
- <h2>Block your first repeated AI mistake in 5 minutes.</h2>
828
- <p>Install, give one thumbs-down, and let the PreToolUse hook stop that failure from rerunning. Upgrade only when you need dashboards, exports, or shared team enforcement.</p>
806
+ <h2>Run your first pre-action check locally.</h2>
807
+ <p>Install ThumbGate, capture concrete feedback, and let the configured PreToolUse hook flag a matching action before execution. Upgrade only when you need higher limits, recall, a personal dashboard, or exports.</p>
829
808
  <div class="first-check-steps">
830
809
  <div class="first-check-step">
831
810
  <strong>1. Install ThumbGate</strong>
@@ -833,11 +812,11 @@ __GA_BOOTSTRAP__
833
812
  </div>
834
813
  <div class="first-check-step">
835
814
  <strong>2. Give feedback</strong>
836
- <p>Use thumbs up for a good pattern and thumbs down for a failure. ThumbGate distills the correction into a concrete prevention rule.</p>
815
+ <p>Use thumbs up for a good pattern and thumbs down with concrete context for a failure. Accepted feedback becomes a local lesson; recurring failures can be promoted into prevention rules.</p>
837
816
  </div>
838
817
  <div class="first-check-step">
839
818
  <strong>3. The repeat gets flagged</strong>
840
- <p>The next matching tool call is flagged and logged before execution, with a reason the agent can use to choose a safer plan โ€” and hard-blocked outright for catastrophic actions (secrets, rm -rf) or when you set THUMBGATE_STRICT_ENFORCEMENT=1.</p>
819
+ <p>A matching tool call is evaluated and recorded before execution, with a reason the agent can use to choose a safer plan. Detected secret exfiltration and commands that kill the gate process or enable its bypass variable are denied by default; strict mode also denies matching warning-mode checks.</p>
841
820
  </div>
842
821
  </div>
843
822
  </div>
@@ -855,11 +834,11 @@ __GA_BOOTSTRAP__
855
834
  </nav>
856
835
  <div class="marketing-test-copy" hidden>
857
836
  <div class="hero-thumbs">๐Ÿ‘๐Ÿ‘Ž</div>
858
- <a class="signal-pill signal-up">Thumbs-down once, caught every time</a>
859
- <a class="signal-pill signal-down">Catch repeat hallucinations before the model sees them</a>
837
+ <a class="signal-pill signal-up">Accepted feedback becomes local lessons</a>
838
+ <a class="signal-pill signal-down">Evaluate proposed tool calls before execution</a>
860
839
  <p class="hero-persona">For consultancies, platform teams, and AI product teams that want workflow governance, CLI-first rollout, and a reliable operator.</p>
861
840
  <p>Have one AI-agent failure that keeps repeating? Start with one real workflow, one repeated failure pattern, enforceable pre-action gates, and a short audit trail your team can keep.</p>
862
- <p>Prove one caught repeat before asking anyone to buy. Give <code>thumbs up</code> when the agent follows your standards, <code>thumbs down</code> when it misses. Upgrade after one real caught repeat.</p>
841
+ <p>Prove one evaluated repeat before asking anyone to buy. Give <code>thumbs up</code> when the agent follows your standards and a concrete <code>thumbs down</code> when it misses. Upgrade when the individual operator needs higher limits, recall, a personal dashboard, or exports.</p>
863
842
  <p>Workflow governance for isolated execution: ThumbGate pairs policy checks with Docker Sandboxes, signed hosted sandbox dispatch, Changeset evidence, and exact main-branch merge commit verification before release claims ship.</p>
864
843
  <!--
865
844
  Hidden test/asserter strings โ€” required by tests/public-landing.test.js regex assertions
@@ -872,7 +851,7 @@ __GA_BOOTSTRAP__
872
851
  <span data-cta="hero_workflow_sprint_intake">ctaId: 'hero_workflow_sprint' ctaId: 'hero_workflow_sprint_recovery_intake' workflow_sprint_intake_started workflow_sprint_recovery_intake_clicked hero_workflow_sprint_recovery_intake</span>
873
852
  <span data-anchor="dashboard-preview">dashboard-preview What your Pro dashboard looks like check:no-force-push</span>
874
853
  <span data-anchor="team-intake-form">Start Enterprise Pilot Intake id="team-pilot-intake-form" data-team-intake-form name="ctaPlacement" value="team_visible_intake" name="utmMedium" value="visible_team_intake" name="planId" value="team" name="ctaId" value="workflow_sprint_intake" Enterprise checkout happens after scope. team_workflow_sprint_recovery_intake scope_first workflow_sprint_intake_started workflow_sprint_intake_submit_attempted pricing_team_intake team_intake_started</span>
875
- <span data-anchor="chatgpt-context">No, you do not have to chat inside the GPT forever. ChatGPT is the discovery and memory surface. Do not rely on ChatGPT's native rating buttons for ThumbGate memory. Explore GPTs choose the GPT by Igor Ganapolsky Programming Do I have to chat inside the ThumbGate GPT for enforcement? capture thumbs-up/down lessons Real blocking for coding agents still runs locally adapters/chatgpt/INSTALL.md Native ChatGPT rating buttons are not the ThumbGate capture path. thumbs up: this review named exact files, commands, and tests. thumbs down: the answer ignored my request.</span>
854
+ <span data-anchor="chatgpt-context">No, you do not have to chat inside the GPT forever. ChatGPT is a discovery and checkpointing surface. Do not rely on ChatGPT's native rating buttons for ThumbGate memory. Explore GPTs choose the GPT by Igor Ganapolsky Programming Do I have to chat inside the ThumbGate GPT for enforcement? capture typed thumbs-up/down feedback Local allow/warn/deny enforcement for coding agents requires a configured integration adapters/chatgpt/INSTALL.md Native ChatGPT rating buttons are not the ThumbGate capture path. thumbs up: this review named exact files, commands, and tests. thumbs down: the answer ignored my request.</span>
876
855
  </div>
877
856
  </div>
878
857
  </div>
@@ -881,7 +860,7 @@ __GA_BOOTSTRAP__
881
860
  <section class="compatibility" id="why-not-diy" aria-label="Why not write your own hooks">
882
861
  <div class="container">
883
862
  <h2>โ€œWhy not just write my own PreToolUse hooks?โ€</h2>
884
- <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 configured agent</strong> โ€” Claude Code, Cursor, Codex, Gemini, Amp, Cline, OpenCode โ€” in the install scope you choose, with adapters kept current so youโ€™re not patching shell scripts each release. Hand-written hooks donโ€™t learn, donโ€™t create auditable proof, and donโ€™t become shared team policy without a managed rollout.</p>
863
+ <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: accepted feedback becomes local lessons, recurring failures can become explicit rules, and those rules can be reused by supported agents configured against the same local install scope. Claude Code, Cursor, Codex, Gemini, Amp, Cline, and OpenCode each require their documented integration setup. Hand-written hooks do not automatically provide ThumbGate's lesson store, rule promotion, local decision records, or adapter tests.</p>
885
864
  <p><a href="/compare/claude-code-hooks">See ThumbGate vs. hand-written hooks โ†’</a></p>
886
865
  </div>
887
866
  </section>
@@ -894,11 +873,11 @@ __GA_BOOTSTRAP__
894
873
  <div class="agent-grid">
895
874
  <div class="agent-card">
896
875
  <h3>MCP and tool lockdown</h3>
897
- <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>
876
+ <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 provides a local allow, warn, or deny decision before a configured tool call executes.</p>
898
877
  </div>
899
878
  <div class="agent-card">
900
879
  <h3>Managed agents need receipts</h3>
901
- <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>
880
+ <p>Managed background agents can multiply output, but every extra autonomous run needs evidence, rollback boundaries, and approval rules. ThumbGate records why a configured pre-action check allowed, warned on, or denied a proposed action.</p>
902
881
  </div>
903
882
  <div class="agent-card">
904
883
  <h3>Tokenmaxxing backlash</h3>
@@ -906,11 +885,11 @@ __GA_BOOTSTRAP__
906
885
  </div>
907
886
  <div class="agent-card">
908
887
  <h3>Production code by AI</h3>
909
- <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>
888
+ <p>When teams claim most new production code is AI-authored, the real enterprise question becomes auditability. ThumbGate can promote accepted recurring corrections into prevention rules and retain the local gate evidence available to reviewers.</p>
910
889
  </div>
911
890
  </div>
912
891
  <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);">
913
- <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.
892
+ <strong style="color:var(--green);">Data-science posture:</strong> treat Pro checkout starts and workflow-intake submissions as intent, not revenue. Make conversion or traction claims only from authenticated billing and analytics telemetry; this page does not publish a current customer or revenue count.
914
893
  </div>
915
894
  </div>
916
895
  </section>
@@ -933,12 +912,12 @@ __GA_BOOTSTRAP__
933
912
  </a>
934
913
  <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(_){}">
935
914
  <h3>Verify</h3>
936
- <p>Pre-Action Checks require inspection evidence, tests, CI, screenshots, API responses, or human approval before high-risk actions proceed.</p>
915
+ <p>Pre-Action Checks can require inspection evidence, tests, CI, screenshots, API responses, or human approval for configured high-risk actions.</p>
937
916
  <div class="card-arrow">Read the AC/DC map โ†’</div>
938
917
  </a>
939
918
  <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(_){}">
940
919
  <h3>Solve</h3>
941
- <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>
920
+ <p>Accepted feedback can become local lessons and recurring failures can become rules. Pro operators can export DPO data and lesson bundles for separately reviewed reuse.</p>
942
921
  <div class="card-arrow">Explore the lessons โ†’</div>
943
922
  </a>
944
923
  </div>
@@ -957,20 +936,20 @@ __GA_BOOTSTRAP__
957
936
  <div class="code-dot red"></div>
958
937
  <div class="code-dot yellow"></div>
959
938
  <div class="code-dot green"></div>
960
- <span>terminal โ€” see it work in 30 seconds</span>
939
+ <span>terminal โ€” local setup</span>
961
940
  </div>
962
941
  <div class="code-body" style="font-size:14px;">
963
- <div><span class="comment"># Install in 30 seconds</span></div>
942
+ <div><span class="comment"># Install the local CLI</span></div>
964
943
  <div><span class="fn">npx</span> thumbgate init</div>
965
944
  <div>&nbsp;</div>
966
945
  <div><span class="comment"># Your agent tries to delete production db...</span></div>
967
946
  <div><span class="keyword">โš ๏ธ Check flagged:</span> <span class="string">"Never run DROP on production tables"</span> <span class="comment"># blocks under strict mode</span></div>
968
- <div><span class="comment"># Rule auto-generated from your previous ๐Ÿ‘Ž</span></div>
947
+ <div><span class="comment"># Rule promoted from accepted recurring feedback</span></div>
969
948
  <div>&nbsp;</div>
970
- <div><span class="comment"># That's it. One thumbs-down = one reusable check.</span></div>
949
+ <div><span class="comment"># Matching warning-mode checks deny when strict mode is enabled.</span></div>
971
950
  </div>
972
951
  </div>
973
- <p style="text-align:center;margin-top:16px;font-size:14px;color:var(--text-muted);">This is the entire product in 2 lines. Install, give feedback, checks auto-generate.</p>
952
+ <p style="text-align:center;margin-top:16px;font-size:14px;color:var(--text-muted);">Install the local runtime, capture concrete feedback, and inspect the resulting lessons and checks.</p>
974
953
  </div>
975
954
  </section>
976
955
 
@@ -978,11 +957,11 @@ __GA_BOOTSTRAP__
978
957
  <div class="container">
979
958
  <div class="section-label">Deterministic Prevention</div>
980
959
  <h2 class="section-title">Native thumbs are a black box. ThumbGate is the inspectable control layer.</h2>
981
- <p style="text-align:center;font-size:16px;color:var(--text-muted);max-width:900px;margin:0 auto 28px;line-height:1.7;">Codex, Claude Code, ChatGPT, and other agent surfaces can collect preference signals, but you usually cannot see exactly what changed, which rule will fire, or why a future tool call is allowed. ThumbGate keeps the prevention layer outside the model: typed feedback becomes a local lesson, repeated mistakes become explicit rules, and every block names the matched rule, source lesson, tool call, and audit event.</p>
960
+ <p style="text-align:center;font-size:16px;color:var(--text-muted);max-width:900px;margin:0 auto 28px;line-height:1.7;">Codex, Claude Code, ChatGPT, and other agent surfaces can collect preference signals, but you usually cannot see exactly what changed, which rule will fire, or why a future tool call is allowed. ThumbGate keeps the prevention layer outside the model: accepted typed feedback becomes a local lesson, recurring failures can become explicit rules, and gate results expose the matched check and decision reason available at evaluation time.</p>
982
961
  <div class="agent-grid">
983
962
  <div class="agent-card">
984
963
  <h3>Black-box memory</h3>
985
- <p>Native thumbs and vendor memories may improve future behavior, but they do not give teams a deterministic allow/block contract at the moment an agent touches files, terminals, APIs, or CI.</p>
964
+ <p>Native thumbs and vendor memories may improve future behavior, but they do not provide ThumbGate's explicit local allow, warn, or deny contract at the moment a configured agent touches files, terminals, APIs, or CI.</p>
986
965
  </div>
987
966
  <div class="agent-card">
988
967
  <h3>Inspectable ThumbGate memory</h3>
@@ -999,7 +978,7 @@ __GA_BOOTSTRAP__
999
978
  <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>
1000
979
  <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>
1001
980
  <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>
1002
- <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>
981
+ <li><strong>Repeated failures waste cash and trust.</strong> Repeats can burn tokens, review time, and release confidence. ThumbGate can promote accepted recurring feedback into a reusable prevention check.</li>
1003
982
  </ul>
1004
983
  <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>
1005
984
  </div>
@@ -1029,7 +1008,7 @@ __GA_BOOTSTRAP__
1029
1008
  <div class="container">
1030
1009
  <div class="gpt-panel" style="border-color:rgba(217,119,6,0.3);background:linear-gradient(135deg, rgba(217,119,6,0.06) 0%, rgba(34,211,238,0.04) 100%);">
1031
1010
  <div class="section-label" style="text-align:left;color:#d97706;">Claude Code ยท Claude Desktop ยท Claude Extension</div>
1032
- <h2>The fastest path for Claude users: install the extension and start blocking mistakes.</h2>
1011
+ <h2>Configure ThumbGate for Claude Code or Claude Desktop.</h2>
1033
1012
  <p>ThumbGate ships a published Claude Desktop extension bundle (<code>.mcpb</code>) you can install today. Claude Code users can also add the repo marketplace plugin immediately. No waiting for directory approval.</p>
1034
1013
  <div class="gpt-steps">
1035
1014
  <div class="gpt-step">
@@ -1042,7 +1021,7 @@ __GA_BOOTSTRAP__
1042
1021
  </div>
1043
1022
  <div class="gpt-step">
1044
1023
  <strong>3. Give feedback, checks auto-generate</strong>
1045
- <p>Type <code>thumbs down</code> when Claude makes a mistake. ThumbGate distills a lesson from up to 8 prior entries and flags the pattern on the next matching tool call via PreToolUse hooks โ€” hard-blocking the catastrophic classes by default, and every rule under strict mode.</p>
1024
+ <p>Type a concrete <code>thumbs down</code> when Claude makes a mistake. Accepted feedback can distill a lesson from up to 8 prior entries, and recurring failures can become rules evaluated by the configured PreToolUse hook. Detected secret exfiltration is denied by default; strict mode also denies matching warning-mode checks.</p>
1046
1025
  </div>
1047
1026
  </div>
1048
1027
  <div style="display:flex;gap:12px;flex-wrap:wrap;">
@@ -1061,7 +1040,7 @@ __GA_BOOTSTRAP__
1061
1040
  <div class="gpt-panel">
1062
1041
  <div class="section-label" style="text-align:left;">ChatGPT Entry Point ยท Live ThumbGate GPT for ChatGPT</div>
1063
1042
  <h2>Use the GPT as a preflight desk for risky commands, refunds, deploys, and PR actions.</h2>
1064
- <p>ThumbGate should meet users where they already ask AI for help. The live GPT is the fastest way to preflight a risky action, capture a typed thumbs-up/down lesson, and prove the enforcement loop before installing anything. As ChatGPT ads roll out, this matters more: ChatGPT can stay the discovery and checkpointing layer, while ThumbGate remains the hard execution boundary after <code>npx thumbgate init</code>.</p>
1043
+ <p>The live GPT is a ChatGPT entrypoint for preflighting a proposed action and finding setup guidance. It does not create a local execution boundary by itself. Local allow, warn, or deny decisions require <code>npx thumbgate init</code> plus the documented integration for the agent that executes the tool call.</p>
1065
1044
  <div class="gpt-steps">
1066
1045
  <div class="gpt-step">
1067
1046
  <strong>1. Open the live GPT</strong>
@@ -1073,7 +1052,7 @@ __GA_BOOTSTRAP__
1073
1052
  </div>
1074
1053
  <div class="gpt-step">
1075
1054
  <strong>3. Enforce locally</strong>
1076
- <p>Run <code>npx thumbgate init</code> in the repo so Pre-Action Checks flag repeated mistakes (and hard-block the catastrophic ones) before the coding agent executes them.</p>
1055
+ <p>Run <code>npx thumbgate init</code> in the repo and configure the documented agent integration so Pre-Action Checks evaluate proposed tool calls before execution. The default policy denies detected secret exfiltration plus commands that kill the gate process or enable its bypass variable.</p>
1077
1056
  </div>
1078
1057
  </div>
1079
1058
  <div style="display:flex;gap:12px;flex-wrap:wrap;">
@@ -1081,7 +1060,7 @@ __GA_BOOTSTRAP__
1081
1060
  <a href="https://github.com/IgorGanapolsky/ThumbGate/blob/main/adapters/chatgpt/INSTALL.md" class="btn-free" target="_blank" rel="noopener" style="display:inline-flex;align-items:center;padding:12px 20px;border-radius:8px;">ChatGPT Actions setup</a>
1082
1061
  <a href="/guides/chatgpt-ads-trust" class="btn-free" style="display:inline-flex;align-items:center;padding:12px 20px;border-radius:8px;">Why ChatGPT ads need checks</a>
1083
1062
  </div>
1084
- <p class="gpt-note"><strong>Find it fast:</strong> if the direct link does not open, go to <strong>Explore GPTs</strong>, search <code>ThumbGate</code>, and choose the GPT by Igor Ganapolsky in <strong>Programming</strong>. <strong>Plain English rule:</strong> ChatGPT is the discovery and memory surface for advice, checkpointing, and typed feedback capture. One typed signal becomes one remembered rule. The hard Reliability Gateway still runs in the local agent or CI lane.</p>
1063
+ <p class="gpt-note"><strong>Find it fast:</strong> if the direct link does not open, go to <strong>Explore GPTs</strong>, search <code>ThumbGate</code>, and choose the GPT by Igor Ganapolsky in <strong>Programming</strong>. <strong>Plain English rule:</strong> ChatGPT is the discovery and checkpointing surface. Accepted typed feedback can become a local lesson; recurring failures can become rules. The Reliability Gateway still runs in the configured local agent or CI lane.</p>
1085
1064
  </div>
1086
1065
  </div>
1087
1066
  </section>
@@ -1103,7 +1082,7 @@ __GA_BOOTSTRAP__
1103
1082
  </a>
1104
1083
  <a class="compat-card" href="/guide" rel="noopener">
1105
1084
  <h3>๐Ÿค– AI CLIs</h3>
1106
- <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>
1085
+ <p>Claude Code, Codex, Gemini CLI, Amp, and OpenCode can use the same gateway and memory model after their documented integration is configured. Other MCP-compatible agents require an equivalent MCP or hook setup.</p>
1107
1086
  <div class="card-arrow">Open the setup guide โ†’</div>
1108
1087
  </a>
1109
1088
  <a class="compat-card seo-card" href="/guides/hermes-agent-guardrails" rel="noopener">
@@ -1123,7 +1102,7 @@ __GA_BOOTSTRAP__
1123
1102
  </a>
1124
1103
  <a class="compat-card seo-card" href="/guides/gcp-mcp-guardrails" rel="noopener">
1125
1104
  <h3>โ˜๏ธ Google Data Agent Kit</h3>
1126
- <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>
1105
+ <p>When database and IAM operations are exposed as agent tool calls, ThumbGate can evaluate configured patterns such as production DROP, unscoped DELETE, or IAM escalation before execution. The resulting action depends on the matched rule and enforcement mode.</p>
1127
1106
  <div class="card-arrow">Read the GCP guardrails guide โ†’</div>
1128
1107
  </a>
1129
1108
  <a class="compat-card" href="/codex-plugin?utm_source=website&utm_medium=compatibility&utm_campaign=codex_plugin&cta_id=compat_codex_plugin&cta_placement=compatibility" rel="noopener" onclick="if(typeof posthog!=='undefined')posthog.capture('compat_codex_plugin_click',{cta:'open_codex_plugin_page'})">
@@ -1132,13 +1111,13 @@ __GA_BOOTSTRAP__
1132
1111
  <div class="card-arrow">Open the Codex install page โ†’</div>
1133
1112
  </a>
1134
1113
  <a class="compat-card" href="/guides/cursor-prevent-repeated-mistakes" rel="noopener">
1135
- <h3>๐ŸŽฏ Cursor plugin <span style="font-size:12px;font-weight:500;color:var(--text-muted);">(Marketplace review pending)</span></h3>
1136
- <p>Drop the ThumbGate MCP config into <code>.cursor/mcp.json</code> and Cursor gets the same pre-action checks as Claude Code and Codex. Ships with bundled rules, commands, hooks, and agents. The runtime install works today via <code>npx thumbgate init --agent cursor</code>; the official Cursor Marketplace listing was submitted 2026-05-19 and is awaiting Cursor's manual review.</p>
1114
+ <h3>๐ŸŽฏ Cursor integration</h3>
1115
+ <p>Run <code>npx thumbgate init --agent cursor</code> or configure <code>.cursor/mcp.json</code> through the documented setup path. The npm runtime path is separate from any in-app Marketplace listing.</p>
1137
1116
  <div class="card-arrow">Read the Cursor guide โ†’</div>
1138
1117
  </a>
1139
1118
  <a class="compat-card" href="/guide" rel="noopener">
1140
1119
  <h3>โœ๏ธ Editor workflows</h3>
1141
- <p>VS Code works when you run an MCP-compatible agent inside it (Continue, Cline, etc.). Any editor that speaks MCP stdio gets the same gateway.</p>
1120
+ <p>VS Code can host an MCP-compatible agent such as Continue or Cline. Each editor or agent still requires its MCP stdio or hook configuration; this repo does not ship a standalone VS Code extension.</p>
1142
1121
  <div class="card-arrow">Open the setup guide โ†’</div>
1143
1122
  </a>
1144
1123
  <a class="compat-card" href="https://mcp.so/server/thumbgate" target="_blank" rel="noopener" onclick="if(typeof posthog!=='undefined')posthog.capture('compat_mcp_so_click',{cta:'view_mcp_directory'})">
@@ -1148,7 +1127,7 @@ __GA_BOOTSTRAP__
1148
1127
  </a>
1149
1128
  <a class="compat-card" href="/go/gpt?utm_source=website&utm_medium=compatibility&utm_campaign=chatgpt_gpt&cta_id=compat_open_gpt&cta_placement=compatibility" target="_blank" rel="noopener">
1150
1129
  <h3>๐Ÿ’ฌ ChatGPT GPT Actions</h3>
1151
- <p>Open the ThumbGate GPT to preflight risky commands, deploys, refunds, PR actions, and setup steps, capture thumbs-up/down lessons, and save typed signals. Real blocking for coding agents still runs locally after <code>npx thumbgate init</code>.</p>
1130
+ <p>Open the ThumbGate GPT to preflight risky commands, deploys, refunds, PR actions, and setup steps. Local allow, warn, or deny enforcement for coding agents requires <code>npx thumbgate init</code> plus the documented integration setup.</p>
1152
1131
  <div class="card-arrow">Open ThumbGate GPT โ†’</div>
1153
1132
  </a>
1154
1133
  </div>
@@ -1167,24 +1146,24 @@ __GA_BOOTSTRAP__
1167
1146
  <a href="/dashboard" style="display:inline-block;margin-top:12px;color:var(--cyan);font-weight:600;text-decoration:underline;">Open Dashboard Demo โ†’</a>
1168
1147
  </div>
1169
1148
  <div class="agent-card">
1170
- <h3>โ›” Check Reasoning Chains</h3>
1171
- <p>Every block explains why: which pattern matched, what evidence triggered it, and whether the rule came from your own corrections.</p>
1149
+ <h3>โ›” Check Decisions</h3>
1150
+ <p>Inspect the matched gate, allow/warn/deny decision, and reason returned by the local evaluator.</p>
1172
1151
  </div>
1173
1152
  <div class="agent-card">
1174
- <h3>๐Ÿ“Š Org Dashboard</h3>
1175
- <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>
1153
+ <h3>๐Ÿ“Š Local Reports</h3>
1154
+ <p>Generate local dashboard and report views from the operator's available gate and feedback data. A hosted org dashboard is not generally available.</p>
1176
1155
  </div>
1177
1156
  <div class="agent-card">
1178
1157
  <h3>๐Ÿงฑ Isolated Execution Lanes</h3>
1179
- <p>High-risk local autonomy can route into Docker Sandboxes, while hosted team automations use a signed sandbox dispatch lane instead of running loose on a shared host.</p>
1158
+ <p>Workflow Sentinel can recommend Docker Sandboxes for high-risk local actions. The package includes a signed sandbox-dispatch mechanism, but each deployment must configure and verify its isolation boundary.</p>
1180
1159
  </div>
1181
1160
  <div class="agent-card">
1182
1161
  <h3>Data Processing Boundaries</h3>
1183
- <p>Local enforcement data stays in the operator's ThumbGate feedback directory by default. Hosted checkout, intake, newsletter, team sync, and product analytics are labeled as hosted processing surfaces instead of being blurred into the local runtime.</p>
1162
+ <p>Local enforcement data stays in the operator's ThumbGate feedback directory by default. Checkout, intake, newsletter, and product analytics are separate hosted processing surfaces. Hosted team lesson sync is not generally available.</p>
1184
1163
  </div>
1185
1164
  <div class="agent-card">
1186
1165
  <h3>๐Ÿงช Thompson Sampling</h3>
1187
- <p>Confidence tiers (none/low/medium/high) tell you when to trust the model vs fall back to rules. No guessing.</p>
1166
+ <p>Confidence tiers (none/low/medium/high) are available inputs to adaptive rule selection; they do not guarantee a correct decision.</p>
1188
1167
  </div>
1189
1168
  <div class="agent-card">
1190
1169
  <h3>๐Ÿชž History-Aware Lessons</h3>
@@ -1197,20 +1176,20 @@ __GA_BOOTSTRAP__
1197
1176
  <section class="compatibility" id="governance-not-logging">
1198
1177
  <div class="container">
1199
1178
  <div class="section-label">Governance, Not Logging</div>
1200
- <h2 class="section-title">Logs describe the damage. ThumbGate flags the risky action before it runs โ€” and blocks the catastrophic ones.</h2>
1201
- <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>
1179
+ <h2 class="section-title">Logs describe the damage. ThumbGate evaluates the proposed action before it runs.</h2>
1180
+ <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 evaluates configured checks as an allow, warn, or deny decision before the tool call touches code, data, money, or customers.</p>
1202
1181
  <div class="agent-grid">
1203
1182
  <div class="agent-card">
1204
1183
  <h3>Pre-action enforcement</h3>
1205
- <p>The rule is evaluated at the execution boundary, not after the fact. Repeated failures are flagged and logged before shell commands, PR actions, deploys, refunds, or production writes run โ€” and hard-blocked for catastrophic classes (secrets, rm -rf, supply-chain) or when strict mode is on.</p>
1184
+ <p>The rule is evaluated at the execution boundary, not after the fact. Matching failures are evaluated before configured shell commands, PR actions, deploys, refunds, or production writes run. Detected secret exfiltration and gate kill/bypass commands deny by default; strict mode also denies matching warning-mode checks.</p>
1206
1185
  </div>
1207
1186
  <div class="agent-card">
1208
1187
  <h3>Reviewable decision trail</h3>
1209
- <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>
1188
+ <p>Gate records expose the fields available for that evaluation, including its decision, matched gate, reason, and provided context, so reviewers can inspect local evidence instead of trusting an agent summary.</p>
1210
1189
  </div>
1211
1190
  <div class="agent-card">
1212
1191
  <h3>Enterprise governance mode</h3>
1213
- <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>
1192
+ <p>Enterprise is intake-first and scoped around one workflow's approval boundaries, rollback plan, evidence requirements, and rollout support. Hosted team sync, org dashboards, SSO, SIEM, and compliance packaging are not general-availability runtime features.</p>
1214
1193
  </div>
1215
1194
  </div>
1216
1195
  </div>
@@ -1228,7 +1207,7 @@ __GA_BOOTSTRAP__
1228
1207
  </div>
1229
1208
  <div class="agent-card">
1230
1209
  <h3>ThumbGate</h3>
1231
- <p>Turns operator feedback into Pre-Action Checks. It does not just remember the mistake. It flags the repeat at the tool-call boundary across Claude Code, Cursor, Codex, Gemini, Amp, Cline, and OpenCode โ€” and can hard-block it (catastrophic classes by default, everything under strict mode).</p>
1210
+ <p>Turns accepted operator feedback into local lessons and recurring failures into Pre-Action Checks. Supported agent integrations evaluate matching rules at the tool-call boundary. Detected secret exfiltration and gate kill/bypass commands deny by default; strict mode also denies matching warning-mode checks.</p>
1232
1211
  </div>
1233
1212
  <div class="agent-card">
1234
1213
  <h3>The stack that makes sense</h3>
@@ -1293,7 +1272,7 @@ __GA_BOOTSTRAP__
1293
1272
  <div class="autoresearch-grid">
1294
1273
  <div class="autoresearch-card">
1295
1274
  <h3>Guard the metric</h3>
1296
- <p>Require primary and holdout checks before an agent can call a variant better. Block cherry-picked runs and missing baselines.</p>
1275
+ <p>Require primary and holdout checks before an agent can call a variant better. Flag cherry-picked runs and missing baselines, then configure strict enforcement where a deny is required.</p>
1297
1276
  </div>
1298
1277
  <div class="autoresearch-card">
1299
1278
  <h3>Preserve proof trails</h3>
@@ -1316,19 +1295,19 @@ __GA_BOOTSTRAP__
1316
1295
  <div class="container">
1317
1296
  <div class="section-label">Persistent Agent Skills</div>
1318
1297
  <h2 class="section-title">Reusable instructions are the new baseline. Enforcement is the moat.</h2>
1319
- <p style="text-align:center;font-size:16px;color:var(--text-muted);max-width:880px;margin:0 auto 28px;line-height:1.7;">Grok-style skills are training users to expect persistent expertise across every surface. ThumbGate turns that expectation into a governed reliability layer: capture the correction once, export it as a portable skill or lesson bundle, then prove the next risky tool call was flagged (and, for catastrophic classes or under strict mode, blocked) before it ran.</p>
1298
+ <p style="text-align:center;font-size:16px;color:var(--text-muted);max-width:880px;margin:0 auto 28px;line-height:1.7;">Persistent agent skills create reusable instructions. ThumbGate adds a governed reliability layer: capture accepted feedback, export local lessons where the plan permits it, and inspect how a configured pre-action gate evaluated the next matching tool call before execution.</p>
1320
1299
  <div class="agent-grid">
1321
1300
  <div class="agent-card">
1322
1301
  <h3>Portable skill memory</h3>
1323
- <p>Thumbs-up/down lessons become reusable rules and skill-pack context that can move across Claude Code, Cursor, Codex, Gemini, Amp, Cline, OpenCode, and MCP-compatible agents.</p>
1302
+ <p>Accepted lessons can supply reusable rule and skill-pack context. Moving that context between supported agents requires an explicit operator-managed export/import or a shared local install scope.</p>
1324
1303
  </div>
1325
1304
  <div class="agent-card">
1326
1305
  <h3>Instructions plus teeth</h3>
1327
- <p>Persistent skills tell an agent what you prefer. ThumbGate checks whether the next action follows those preferences and blocks high-risk repeats before execution.</p>
1306
+ <p>Persistent skills tell an agent what you prefer. ThumbGate evaluates configured checks against the next proposed action and returns allow, warn, or deny before execution.</p>
1328
1307
  </div>
1329
1308
  <div class="agent-card">
1330
1309
  <h3>Proof for teams</h3>
1331
- <p>Every fired rule carries the source lesson, decision trace, and audit evidence, so teams can review which skill worked instead of trusting a hidden chatbot memory.</p>
1310
+ <p>Local gate results expose the matched rule and available decision context so operators can review what fired instead of relying only on hidden chatbot memory.</p>
1332
1311
  </div>
1333
1312
  </div>
1334
1313
  </div>
@@ -1339,12 +1318,12 @@ __GA_BOOTSTRAP__
1339
1318
  <div class="container">
1340
1319
  <div class="section-label">Self-improving enforcement</div>
1341
1320
  <h2 class="section-title">Three steps to catch repeated AI failures</h2>
1342
- <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 rule, and each rule regression-tests itself against your history, so it flags the repeat and never the safe action.</p>
1321
+ <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: human-in-the-loop accepted feedback becomes local lessons, recurring failures can become prevention rules, and regression tests help detect false-positive rule matches.</p>
1343
1322
  <div class="steps">
1344
1323
  <div class="step">
1345
1324
  <div class="step-num">1</div>
1346
1325
  <h3>Feedback</h3>
1347
- <p>Give <code>๐Ÿ‘</code> or <code>๐Ÿ‘Ž</code> on your AI agent's actions. Feedback is stored in a SQLite+FTS5 lesson DB. In the current Claude auto-capture hook, a vague thumbs-down can distill from up to 8 prior recorded entries and the failed tool call before promotion, then stay linked to a 60-second feedback session. Example: you ๐Ÿ‘Ž a risky migration โ†’ it auto-promotes to a "never run DROP on prod" check.</p>
1326
+ <p>Give <code>๐Ÿ‘</code> or a concrete <code>๐Ÿ‘Ž</code> on your AI agent's actions. Accepted feedback is stored in a local SQLite+FTS5 lesson DB. In the current Claude auto-capture hook, a vague thumbs-down can distill from up to 8 prior recorded entries and the failed tool call before promotion, then stay linked to a 60-second feedback session. Recurring accepted failures can auto-promote into a prevention rule.</p>
1348
1327
  </div>
1349
1328
  <div class="step">
1350
1329
  <div class="step-num">2</div>
@@ -1354,7 +1333,7 @@ __GA_BOOTSTRAP__
1354
1333
  <div class="step">
1355
1334
  <div class="step-num">3</div>
1356
1335
  <h3>Checks</h3>
1357
- <p>Rules become Pre-Action Checks that <strong>flag and log</strong> your agent before it repeats the same mistake โ€” hard-blocking the catastrophic classes by default, and every rule when you set <code>THUMBGATE_STRICT_ENFORCEMENT=1</code>. So a force-push, skipped test, or refactor you already rejected gets surfaced before it runs, not after.</p>
1336
+ <p>Rules become Pre-Action Checks that evaluate proposed tool calls before execution. Detected secret exfiltration and gate kill/bypass commands deny by default; matching force-push, destructive-delete, fetch-and-run, or learned checks warn unless strict enforcement turns them into denies.</p>
1358
1337
  </div>
1359
1338
  </div>
1360
1339
  </div>
@@ -1365,23 +1344,23 @@ __GA_BOOTSTRAP__
1365
1344
  <section class="compatibility" id="guardrails">
1366
1345
  <div class="container">
1367
1346
  <div class="section-label">Enforcement</div>
1368
- <h2 class="section-title">Checks fire on every call and log it. Catastrophes get blocked.</h2>
1347
+ <h2 class="section-title">Configured checks evaluate proposed tool calls before execution.</h2>
1369
1348
  <div class="agent-grid">
1370
1349
  <div class="agent-card">
1371
1350
  <h3>Don't trust โ€” verify</h3>
1372
- <p>Every block shows why: pattern match, evidence, confidence score.</p>
1351
+ <p>Gate results report the decision, matched gate, and available reason or evidence context.</p>
1373
1352
  </div>
1374
1353
  <div class="agent-card">
1375
1354
  <h3>Real tools, not wishes</h3>
1376
- <p>Checks fire at the tool-call boundary and log every decision โ€” not prompt tricks, not "please don't." Catastrophic classes hard-block; set <code>THUMBGATE_STRICT_ENFORCEMENT=1</code> to hard-block every rule.</p>
1355
+ <p>Configured checks run at the tool-call boundary. Detected secret exfiltration and gate kill/bypass commands deny by default; set <code>THUMBGATE_STRICT_ENFORCEMENT=1</code> to deny matching warning-mode checks.</p>
1377
1356
  </div>
1378
1357
  <div class="agent-card">
1379
1358
  <h3>Force models to show work</h3>
1380
- <p>Reasoning chains on every check decision. Thompson Sampling confidence tiers.</p>
1359
+ <p>Decision reasons and Thompson Sampling confidence tiers are available where the evaluator produces them.</p>
1381
1360
  </div>
1382
1361
  <div class="agent-card">
1383
- <h3>Log everything, learn automatically</h3>
1384
- <p>Repeated failures auto-promote to checks. Org dashboard shows all agents.</p>
1362
+ <h3>Review decisions and recurring failures</h3>
1363
+ <p>Recurring accepted failures can auto-promote to checks. Pro includes a personal local dashboard; a hosted org dashboard is not generally available.</p>
1385
1364
  </div>
1386
1365
  <div class="agent-card">
1387
1366
  <h3>Keep risky runs off the host</h3>
@@ -1406,12 +1385,12 @@ __GA_BOOTSTRAP__
1406
1385
  <span>terminal</span>
1407
1386
  </div>
1408
1387
  <div class="code-body">
1409
- <div><span class="comment"># Install in 30 seconds</span></div>
1388
+ <div><span class="comment"># Install the local CLI</span></div>
1410
1389
  <div><span class="fn">npx</span> thumbgate init</div>
1411
1390
  <div>&nbsp;</div>
1412
1391
  <div><span class="comment"># Your agent tries to delete production db...</span></div>
1413
1392
  <div><span class="keyword">โš ๏ธ Check flagged:</span> <span class="string">"Never run DROP on production tables"</span> <span class="comment"># blocks under strict mode</span></div>
1414
- <div><span class="comment"># Rule auto-generated from your previous ๐Ÿ‘Ž</span></div>
1393
+ <div><span class="comment"># Rule promoted from accepted recurring feedback</span></div>
1415
1394
  <div>&nbsp;</div>
1416
1395
  <div><span class="comment"># Works with your existing setup</span></div>
1417
1396
  <div><span class="fn">npx</span> thumbgate init <span class="comment"># bootstraps .thumbgate and .mcp.json</span></div>
@@ -1495,15 +1474,15 @@ __GA_BOOTSTRAP__
1495
1474
  </tr>
1496
1475
  </thead>
1497
1476
  <tbody>
1498
- <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>
1499
- <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>
1500
- <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>
1501
- <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>
1502
- <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>
1503
- <tr><td style="padding:10px 14px;border-bottom:1px solid var(--border);">Shared hosted lesson database</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>
1504
- <tr><td style="padding:10px 14px;border-bottom:1px solid var(--border);">Shared lesson database + org dashboard</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>
1505
- <tr><td style="padding:10px 14px;border-bottom:1px solid var(--border);">Org-wide shared enforcement + approval boundaries</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>
1506
- <tr><td style="padding:10px 14px;border-bottom:1px solid var(--border);">Audit trail; SSO &amp; regulatory gate templates <span style="color:var(--text-muted);font-size:12px;">(design-partner / roadmap)</span></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);">On request</td></tr>
1477
+ <tr><td style="padding:10px 14px;border-bottom:1px solid var(--border);">Local PreToolUse enforcement (configured integrations)</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);">Scoped after intake</td></tr>
1478
+ <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);">Scoped after intake</td></tr>
1479
+ <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);">Scoped after intake</td></tr>
1480
+ <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);">Scoped after intake</td></tr>
1481
+ <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);">Scoped after intake</td></tr>
1482
+ <tr><td style="padding:10px 14px;border-bottom:1px solid var(--border);">Hosted team lesson sync</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);">Not GA</td></tr>
1483
+ <tr><td style="padding:10px 14px;border-bottom:1px solid var(--border);">Hosted org dashboard</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);">Not GA</td></tr>
1484
+ <tr><td style="padding:10px 14px;border-bottom:1px solid var(--border);">Approval boundaries + rollout design</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);">Scoped after intake</td></tr>
1485
+ <tr><td style="padding:10px 14px;border-bottom:1px solid var(--border);">SSO, SIEM + compliance packaging</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);">Not GA</td></tr>
1507
1486
  <tr><td style="padding:10px 14px;color:var(--text-muted);">Best for</td><td style="text-align:center;color:var(--text-muted);">One developer</td><td style="text-align:center;color:var(--text-muted);">Solo operators</td><td style="text-align:center;color:var(--text-muted);">Teams &amp; regulated orgs</td></tr>
1508
1487
  </tbody>
1509
1488
  </table>
@@ -1521,7 +1500,7 @@ __GA_BOOTSTRAP__
1521
1500
  <li>No recall or lesson search</li>
1522
1501
  <li>No exports (DPO, Databricks, HuggingFace)</li>
1523
1502
  <li>All MCP integrations (Claude Code, Cursor, Codex, Gemini, Amp, any MCP agent)</li>
1524
- <li>PreToolUse hook with built-in safety checks โ€” hard-blocks secrets and destructive deletes (rm -rf) by default; warns on force-push and destructive SQL (blocks them under <code>THUMBGATE_STRICT_ENFORCEMENT=1</code>)</li>
1503
+ <li>PreToolUse hook with built-in safety checks โ€” hard-blocks secret exfiltration by default; warns on rm -rf, force-push, and destructive SQL (blocks them under <code>THUMBGATE_STRICT_ENFORCEMENT=1</code>)</li>
1525
1504
  <li><a href="/guide" style="color:var(--cyan);text-decoration:underline;">Setup guide for all agents โ†’</a></li>
1526
1505
  </ul>
1527
1506
  <div class="hero-install" onclick="copyInstall(this)" title="Click to copy" style="margin-bottom:12px;width:100%;justify-content:center;">
@@ -1534,21 +1513,21 @@ __GA_BOOTSTRAP__
1534
1513
  <div class="price-card pro" data-price-dollars="19">
1535
1514
  <div class="tier">Pro</div>
1536
1515
  <div class="price">$19<span style="font-size:16px;color:var(--text-dim)">/mo</span></div>
1537
- <div class="price-sub"><strong>Don't buy a tool โ€” buy proof + compatibility insurance.</strong> The free CLI runs your gates locally. Pro removes the solo caps and adds the personal dashboard, recall, exports, and active adapter maintenance to stay compatible with weekly breaking updates in Claude Code, Cursor, and Cline. Shared hosted lesson databases are Enterprise.</div>
1516
+ <div class="price-sub"><strong>Individual local governance with higher limits.</strong> The free CLI runs configured gates locally. Pro removes the individual caps and adds the personal dashboard, recall, search, and exports. Hosted team lesson sync is not generally available.</div>
1538
1517
  <ul>
1539
- <li><strong>Block every repeat mistake</strong> โ€” unlimited feedback captures and prevention rules (Free caps at 3 active rules)</li>
1540
- <li><strong>Never re-explain a correction</strong> โ€” lesson recall and search across sessions on every agent surface</li>
1541
- <li><strong>See exactly which rule fired</strong> โ€” <a href="/dashboard#insights" style="color:var(--cyan);text-decoration:underline;">Visual check debugger</a> for every blocked action and the check that fired</li>
1542
- <li><strong>One install, every agent</strong> โ€” Auto-connect so supported agents appear automatically after setup (Claude Code, Cursor, Codex, Gemini, Amp, Cline, OpenCode)</li>
1543
- <li><strong>Fine-tune your local model</strong> on what your team actually wants โ€” <a href="/dashboard#export" style="color:var(--cyan);text-decoration:underline;">DPO training data export</a> with ready-to-use preference pairs for fine-tuning</li>
1544
- <li><strong>Audit-ready enforcement proof</strong> โ€” Personal local dashboard for the individual operator with auditable block history</li>
1545
- <li><strong>Ship hardened agents to production</strong> โ€” Model Hardening Advisor plus HuggingFace dataset export</li>
1546
- <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>
1518
+ <li><strong>Higher local limits</strong> โ€” unlimited feedback captures and active auto-promoted prevention rules (Free caps at 3 active rules)</li>
1519
+ <li><strong>Recall and search accepted lessons</strong> across sessions in the configured local scope</li>
1520
+ <li><strong>Inspect which check fired</strong> โ€” <a href="/dashboard#insights" style="color:var(--cyan);text-decoration:underline;">personal visual check debugger</a> for available local gate history</li>
1521
+ <li><strong>Use supported integrations</strong> โ€” configure Claude Code, Cursor, Codex, Gemini, Amp, Cline, or OpenCode through its documented setup path</li>
1522
+ <li><strong>Export training data</strong> โ€” <a href="/dashboard#export" style="color:var(--cyan);text-decoration:underline;">DPO preference-pair export</a> for a separate fine-tuning workflow</li>
1523
+ <li><strong>Review local enforcement evidence</strong> โ€” personal dashboard for the individual operator with available gate history</li>
1524
+ <li><strong>Prepare model-hardening data</strong> โ€” Model Hardening Advisor plus HuggingFace dataset export for a separate training and evaluation workflow</li>
1525
+ <li><strong>Hand a PR with proof</strong> โ€” review-ready workflow support and exportable lesson bundles</li>
1547
1526
  <li><strong>Hand off without re-onboarding</strong> โ€” Lesson export/import for handoff or migration</li>
1548
1527
  </ul>
1549
1528
  <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);">
1550
1529
  <div style="font-size:12px;color:var(--text-muted);margin-bottom:4px;">What your Pro dashboard looks like</div>
1551
- <div style="font-family:var(--mono);font-size:12px;color:var(--cyan);line-height:1.6;">checks: 36 active<br>feedback: unlimited<br>exports: DPO + lessons</div>
1530
+ <div style="font-family:var(--mono);font-size:12px;color:var(--cyan);line-height:1.6;">checks: local gate history<br>feedback: unlimited<br>exports: DPO + lessons</div>
1552
1531
  </div>
1553
1532
  <div style="font-size:11px;letter-spacing:0.08em;text-transform:uppercase;color:var(--cyan);font-weight:800;margin-bottom:8px;">PAY-NOW PRO</div>
1554
1533
  <a href="/checkout/pro?utm_source=pricing&utm_medium=cta&utm_campaign=v2_landing&utm_content=pricing_pro&cta_id=pricing_pro_checkout&cta_placement=pricing&plan_id=pro&landing_path=%2F" id="pro-checkout-link" class="btn-pro" data-revenue-cta data-cta-id="pricing_pro_checkout" data-cta-placement="pricing" data-tier="pro" data-plan-id="pro" data-price="19" onclick="handleProCheckout();return false;" style="display:block;width:100%;text-align:center;padding:12px;font-size:15px;">Upgrade to Pro โ€” $19/mo</a>
@@ -1570,9 +1549,9 @@ __GA_BOOTSTRAP__
1570
1549
  <tbody>
1571
1550
  <tr>
1572
1551
  <td><strong>Best for</strong></td>
1573
- <td>Solo proof that a repeat mistake can be blocked</td>
1552
+ <td>One developer evaluating local checks</td>
1574
1553
  <td>One operator who wants personal recall, dashboard proof, managed adapters, and exports</td>
1575
- <td>Teams &amp; regulated orgs โ€” one person's correction protects every seat; banking, insurance, healthcare, public sector, audited workflows</td>
1554
+ <td>Teams &amp; regulated organizations scoping one governed workflow</td>
1576
1555
  </tr>
1577
1556
  <tr>
1578
1557
  <td><strong>Price</strong></td>
@@ -1584,19 +1563,19 @@ __GA_BOOTSTRAP__
1584
1563
  <td><strong>Feedback captures</strong></td>
1585
1564
  <td>2/day, 10 total</td>
1586
1565
  <td>Unlimited</td>
1587
- <td>Unlimited, shared across the org; custom retention and evidence policy</td>
1566
+ <td>Scoped after intake; hosted team sync is not GA</td>
1588
1567
  </tr>
1589
1568
  <tr>
1590
1569
  <td><strong>Active prevention rules</strong></td>
1591
1570
  <td>3 active rules</td>
1592
1571
  <td>Unlimited personal rules</td>
1593
- <td>Shared org rules, policy templates, approvals, and audit export</td>
1572
+ <td>Approval boundaries and rollout requirements scoped after intake</td>
1594
1573
  </tr>
1595
1574
  <tr>
1596
1575
  <td><strong>Dashboard and proof</strong></td>
1597
1576
  <td>Local CLI evidence</td>
1598
1577
  <td>Personal dashboard, check debugger, DPO/HF exports</td>
1599
- <td>Org dashboard, hosted review views, rollout proof; SIEM export and compliance evidence packaging available on request</td>
1578
+ <td>Hosted org dashboard, SIEM, and compliance packaging are not GA</td>
1600
1579
  </tr>
1601
1580
  <tr>
1602
1581
  <td><strong>How to start</strong></td>
@@ -1607,35 +1586,27 @@ __GA_BOOTSTRAP__
1607
1586
  </tbody>
1608
1587
  </table>
1609
1588
  </div>
1610
- <p class="pricing-note">Free proves the enforcement loop. Pro removes solo limits. Enterprise plans start through intake because shared rules, permissions, rollback paths, and rollout proof must be explicit before checkout.</p>
1589
+ <p class="pricing-note">Free provides capped local evaluation. Pro removes individual limits and adds recall, search, a personal dashboard, and exports. Enterprise starts through intake to scope one workflow; it does not imply generally available hosted team features.</p>
1611
1590
  <div style="max-width:1080px;margin:24px auto 0;">
1612
1591
  <div class="price-card enterprise" style="border:1px solid var(--cyan);background:linear-gradient(180deg, rgba(34,211,238,0.04), transparent);padding:24px 28px;">
1613
1592
  <div style="display:flex;flex-wrap:wrap;align-items:flex-start;gap:24px;justify-content:space-between;">
1614
1593
  <div style="flex:1 1 420px;min-width:280px;">
1615
1594
  <div class="tier" style="color:var(--cyan);">Enterprise</div>
1616
1595
  <div style="font-size:14px;color:var(--text-muted);margin:4px 0 12px;letter-spacing:0.04em;text-transform:uppercase;">Engineering teams ยท Banking ยท Insurance ยท Healthcare ยท Public sector</div>
1617
- <div style="font-size:18px;color:var(--text);margin-bottom:6px;font-weight:700;">Shared enforcement for teams &amp; regulated workflows โ€” custom pricing</div>
1618
- <div class="price-sub" style="margin-bottom:14px;">For teams that need one correction to protect every developer and agent across shared repos, CI, and approval policies โ€” including teams operating under DORA, the EU AI Act, HIPAA, or comparable audit pressure. Pricing is scoped after intake because the buyer needs evidence, deployment boundaries, and approval ownership before checkout.</div>
1596
+ <div style="font-size:18px;color:var(--text);margin-bottom:6px;font-weight:700;">Scope one governed workflow โ€” custom pricing after intake</div>
1597
+ <div class="price-sub" style="margin-bottom:14px;">Enterprise is an intake-led service path for teams that need to define approval boundaries, rollback plans, evidence requirements, and rollout ownership around one workflow. The current public runtime remains local per configured operator; hosted team lesson sync and a hosted org dashboard are not generally available.</div>
1619
1598
  <ul style="margin-bottom:0;">
1620
- <li><strong>Shared lesson database</strong> โ€” one hosted, shared lesson DB so one team member's correction becomes every developer's prevention rule across the org</li>
1621
- <li><strong>Org dashboard</strong> โ€” active agents, check hit-rates, and risk surfaces across the whole team</li>
1622
- <li><strong>Shared enforcement memory</strong> โ€” approval boundaries and rollback safety applied org-wide, not per machine</li>
1623
- <li><strong>Audit-grade decision trail</strong> โ€” every PreToolUse evaluation logged with the rule that fired; SIEM export available on request</li>
1624
- <li><strong>Immutable rule provenance</strong> โ€” each prevention rule traceable to the feedback event that generated it</li>
1625
- <li><strong>Self-managed deployment</strong> โ€” air-gapped or VPC-hosted; no agent state leaves your boundary</li>
1626
- <li><strong>Dialogflow CX fulfillment guard</strong> โ€” ThumbGate's pre-action gate sits in front of your Dialogflow CX webhook fulfillment, in your own GCP tenant, so risky or repeat turns are blocked before they touch a database, CRM, or billing system (white-glove design-partner pilot)</li>
1627
- <li><strong>Vertex AI / Gemini scoring, in-tenant</strong> โ€” risk and planning scoring runs on Gemini via Vertex (<code>npx thumbgate setup-vertex</code>); no conversational data leaves your VPC</li>
1628
- <li><strong>DORA / EU AI Act evidence packaging</strong> <span style="color:var(--text-muted);">(roadmap / design-partner)</span> โ€” machine-readable reports aligned to Article 6, 28, and high-risk provider monitoring obligations</li>
1629
- <li><strong>SSO + role separation</strong> <span style="color:var(--text-muted);">(on the Enterprise roadmap)</span> โ€” operator, reviewer, and auditor roles enforced at the gate layer</li>
1630
- <li><strong>Enterprise Data Chat</strong> โ€” local ThumbGate data Q&amp;A with Dialogflow CX / Vertex-ready governance; live cloud-agent claims require deployment evidence first</li>
1631
- <li><strong>Workflow proof plan included</strong> โ€” a scoped review that proves the boundary against one of your real repeated-failure cases before broader rollout</li>
1632
- <li><strong>Quarterly red-team review</strong> โ€” prompt-injection and policy-bypass exercises with written findings</li>
1599
+ <li><strong>One-workflow discovery</strong> โ€” identify the repeated failure, runtime, owner, and decision boundary</li>
1600
+ <li><strong>Approval and rollback design</strong> โ€” document who can approve, what evidence is required, and how the workflow recovers</li>
1601
+ <li><strong>Verification plan</strong> โ€” define the local tests and proof required before a wider rollout claim</li>
1602
+ <li><strong>Deployment requirements</strong> โ€” capture data-boundary, identity, hosting, and integration constraints before making delivery commitments</li>
1603
+ <li><strong>Current availability boundary</strong> โ€” hosted team sync, a hosted org dashboard, SSO, SIEM, and compliance packaging are not general-availability features</li>
1633
1604
  </ul>
1634
1605
  </div>
1635
1606
  <div style="flex:0 0 260px;min-width:240px;display:flex;flex-direction:column;gap:10px;">
1636
1607
  <a href="/?tier=enterprise#workflow-sprint-intake" onclick="try{posthog.capture('enterprise_intake_click',{cta:'enterprise_contact_sales',placement:'pricing'})}catch(_){};sendFirstPartyTelemetry('enterprise_intake_started',{ctaId:'pricing_enterprise_intake',ctaPlacement:'pricing',planId:'enterprise'});" class="btn-team" style="display:block;text-align:center;background:var(--cyan);color:#06121a;font-weight:800;">Start enterprise intake โ†’</a>
1637
1608
  <a href="/learn/regulated-agent-execution-boundary" style="display:block;text-align:center;padding:10px 14px;font-size:13px;color:var(--cyan);border:1px solid var(--cyan);border-radius:8px;text-decoration:none;">Read the build-vs-buy thesis first</a>
1638
- <p style="font-size:11px;color:var(--text-muted);margin:0;text-align:center;line-height:1.5;">Pricing is workflow-scoped and shared after the intake call. Annual pre-pay available.</p>
1609
+ <p style="font-size:11px;color:var(--text-muted);margin:0;text-align:center;line-height:1.5;">Pricing and deliverables are scoped after intake; no hosted-team capability is promised before verification.</p>
1639
1610
  </div>
1640
1611
  </div>
1641
1612
  </div>
@@ -1647,14 +1618,14 @@ __GA_BOOTSTRAP__
1647
1618
  <div class="container">
1648
1619
  <div class="section-label">Enterprise Pilot</div>
1649
1620
  <h2 class="section-title">Start the AI Agent Governance Sprint with one repeat failure</h2>
1650
- <p style="color:var(--text-dim);max-width:760px;margin:0 auto 16px;">This is the fastest path to first paid value for regulated and high-blast-radius teams. Start with one repo, one workflow owner, and one blocker. The intake proves whether ThumbGate can enforce a repeatable action boundary before a wider rollout.</p>
1621
+ <p style="color:var(--text-dim);max-width:760px;margin:0 auto 16px;">Start with one repo, one workflow owner, and one repeated failure. The intake scopes the evidence needed to determine whether ThumbGate fits that action boundary before any wider rollout claim.</p>
1651
1622
  <div class="team-intake-panel">
1652
1623
  <div class="team-intake-panel-head">
1653
1624
  <div>
1654
1625
  <h3>Tell us the workflow. Get a proof plan.</h3>
1655
1626
  <p>The highest-fit Enterprise buyer is already feeling one repeated failure in a workflow where mistakes have real consequences. Send the workflow first so the next step is scoped around the real blocker instead of a blind checkout.</p>
1656
1627
  </div>
1657
- <span class="team-intake-badge">30-minute intake</span>
1628
+ <span class="team-intake-badge">Scope-first intake</span>
1658
1629
  </div>
1659
1630
  <div class="team-intake-recovery" aria-label="Checkout recovery path for workflow sprint buyers">
1660
1631
  <div>
@@ -1694,35 +1665,35 @@ __GA_BOOTSTRAP__
1694
1665
  <div class="faq-list">
1695
1666
  <div class="faq-item open">
1696
1667
  <div class="faq-q" role="button" tabindex="0" aria-expanded="true" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">Does ThumbGate support model fine-tuning?</div>
1697
- <div class="faq-a">Yes. ThumbGate Pro includes a Model Hardening Advisor and LoRA JSONL export. Pro users can export their episodic memory as DPO (Direct Preference Optimization) pairs to fine-tune local models (like Llama 3 or Mistral) so they natively avoid repeating known mistakes.</div>
1668
+ <div class="faq-a">ThumbGate Pro includes a Model Hardening Advisor plus LoRA JSONL and DPO preference-pair exports for use in a separate fine-tuning workflow. An export does not guarantee that a trained model will avoid a mistake; that outcome depends on the dataset, training process, model, and evaluation.</div>
1698
1669
  </div>
1699
1670
  <div class="faq-item">
1700
1671
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">How is ThumbGate different from model-training feedback loops?</div>
1701
- <div class="faq-a">ThumbGate's intelligence is context, not weights. It doesn't touch the model โ€” it injects past feedback into context so your agent is conditioned by your corrections. Think of it as a behavioral immune system, not a training pipeline. Checks fire on every tool call and log the decision; catastrophic classes (secret exfiltration, destructive deletes like rm -rf, supply-chain) hard-block by default, and strict mode (<code>THUMBGATE_STRICT_ENFORCEMENT=1</code>) hard-blocks every rule.</div>
1672
+ <div class="faq-a">ThumbGate's runtime keeps lessons and rules outside the model. A configured hook evaluates proposed tool calls before execution. Detected secret exfiltration plus commands that kill the gate process or enable its bypass variable deny by default; matching destructive deletes, force-pushes, and fetch-and-run commands warn by default. Strict mode (<code>THUMBGATE_STRICT_ENFORCEMENT=1</code>) turns matching warning-mode checks into denies.</div>
1702
1673
  </div>
1703
1674
  <div class="faq-item">
1704
1675
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">How is ThumbGate different from persistent agent skills?</div>
1705
- <div class="faq-a">Persistent agent skills are reusable instructions. ThumbGate uses the same market shift but adds the missing enforcement loop: lessons become portable skill context, Pre-Action Checks flag repeated failures before tool execution (and hard-block the catastrophic classes by default, or every rule under strict mode), and the dashboard shows evidence for which rule fired and why.</div>
1676
+ <div class="faq-a">Persistent agent skills are reusable instructions. ThumbGate adds a local enforcement loop: accepted feedback becomes lessons, recurring failures can become rules, and configured Pre-Action Checks return allow, warn, or deny before tool execution. Pro adds a personal dashboard and operator-managed exports; hosted team sync and a hosted org dashboard are not generally available.</div>
1706
1677
  </div>
1707
1678
  <div class="faq-item">
1708
1679
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">What's the tech stack?</div>
1709
- <div class="faq-a">SQLite+FTS5 lesson DB for fast full-text search. MemAlign-inspired dual recall (principle-based rules + episodic context). Thompson Sampling for adaptive check sensitivity per failure domain. LanceDB + Apache Arrow for local vector search with Hugging Face embeddings. ContextFS for context assembly. Bayesian belief updates on each memory. PreToolUse hook enforcement flags known-bad actions before execution and hard-blocks the catastrophic classes by default (every rule under strict mode). All local-first โ€” no cloud required.</div>
1680
+ <div class="faq-a">SQLite+FTS5 lesson DB for fast full-text search. MemAlign-inspired dual recall (principle-based rules + episodic context). Thompson Sampling for adaptive check sensitivity per failure domain. LanceDB + Apache Arrow for local vector search with Hugging Face embeddings. ContextFS for context assembly. Bayesian belief updates on each memory. Configured PreToolUse hooks evaluate known-bad actions before execution; detected secret exfiltration and gate kill/bypass commands deny by default, while strict mode also denies matching warning-mode checks. The local path requires no cloud account.</div>
1710
1681
  </div>
1711
1682
  <div class="faq-item">
1712
1683
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">What AI agents and editors does this work with?</div>
1713
- <div class="faq-a">ThumbGate works with Claude Code, Cursor, Codex, Gemini CLI, Amp, Cline, OpenCode, and any other MCP-compatible agent. The Cursor plugin bundle ships in this repo and installs today via <code>npx thumbgate init --agent cursor</code>; the Cursor Marketplace listing was submitted 2026-05-19 and is still pending Cursor's manual review, so it is not yet discoverable from the in-app Marketplace. Codex now ships both a standalone plugin bundle and a repo-local app plugin profile, and the published download is linked directly from this page. VS Code works when you run an MCP-compatible agent inside it, but this repo does not ship a standalone VS Code extension today.</div>
1684
+ <div class="faq-a">ThumbGate includes documented integration paths for Claude Code, Cursor, Codex, Gemini CLI, Amp, Cline, and OpenCode. Each agent must be configured through its hook or MCP setup; MCP compatibility alone does not install enforcement automatically. The Cursor runtime setup is <code>npx thumbgate init --agent cursor</code>, while the in-app Marketplace listing remains separate. VS Code can host an MCP-compatible agent, but this repo does not ship a standalone VS Code extension.</div>
1714
1685
  </div>
1715
1686
  <div class="faq-item">
1716
1687
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">Do I have to chat inside the ThumbGate GPT for enforcement?</div>
1717
- <div class="faq-a">No. The ThumbGate GPT is the ChatGPT entrypoint for checking proposed actions, capturing thumbs-up/down lessons, and getting setup help. Use it for advice and checkpointing; hard enforcement still runs locally where the agent executes after <code>npx thumbgate init</code>.</div>
1688
+ <div class="faq-a">No. The ThumbGate GPT is a ChatGPT entrypoint for checking proposed actions and getting setup help. Local allow, warn, or deny enforcement runs where the coding agent executes and requires <code>npx thumbgate init</code> plus the documented integration setup.</div>
1718
1689
  </div>
1719
1690
  <div class="faq-item">
1720
1691
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">When should I use Pro versus the Workflow Hardening Sprint?</div>
1721
- <div class="faq-a">Start with the <a href="/guide" style="color:var(--cyan);text-decoration:underline;">setup guide</a> if you only need the local path. Choose Pro after one real caught repeat when you want your own dashboard, DPO export, and proof-ready exports. Choose the <a href="#workflow-sprint-intake" style="color:var(--cyan);text-decoration:underline;">Workflow Hardening Sprint</a> when one workflow owner needs approval boundaries, rollback safety, and rollout proof before wider rollout.</div>
1692
+ <div class="faq-a">Start with the <a href="/guide" style="color:var(--cyan);text-decoration:underline;">setup guide</a> if you only need the local path. Choose Pro when an individual operator wants higher limits, personal recall, a local dashboard, DPO export, and operator-managed lesson bundles. Choose the <a href="#workflow-sprint-intake" style="color:var(--cyan);text-decoration:underline;">Workflow Hardening Sprint</a> when one workflow owner needs to scope approval boundaries, rollback safety, and evidence requirements before a wider rollout claim.</div>
1722
1693
  </div>
1723
1694
  <div class="faq-item">
1724
1695
  <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>
1725
- <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>
1696
+ <div class="faq-a">ThumbGate combines pre-action checks with execution guidance. Workflow Sentinel can recommend Docker Sandboxes for risky local actions. The package also contains a signed sandbox-dispatch mechanism, but each deployment must configure and verify that isolation boundary; it is not hosted team lesson sync or a generally available hosted org service.</div>
1726
1697
  </div>
1727
1698
  <div class="faq-item">
1728
1699
  <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>
@@ -1730,7 +1701,7 @@ __GA_BOOTSTRAP__
1730
1701
  </div>
1731
1702
  <div class="faq-item">
1732
1703
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">Do I need a cloud account?</div>
1733
- <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>
1704
+ <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, and built-in checks. Recall, lesson search, unlimited rules and captures, a personal dashboard, and operator-managed exports open up on Pro. Enterprise is custom and scoped after intake around one workflow. Hosted team lesson sync and a hosted org dashboard are not general-availability runtime features.</div>
1734
1705
  </div>
1735
1706
  <div class="faq-item">
1736
1707
  <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>
@@ -1738,23 +1709,23 @@ __GA_BOOTSTRAP__
1738
1709
  </div>
1739
1710
  <div class="faq-item">
1740
1711
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">How are pre-action checks different from prompt rules?</div>
1741
- <div class="faq-a">Prompt rules are a starting point, not a finish line. Without prompt evaluation you do not know whether they still hold up under real tool use. ThumbGate adds the human-in-the-loop measurement loop and the enforcement layer: proof lanes, ThumbGate Bench, and self-heal checks show whether behavior improved, and Pre-Action Checks flag and log the action before execution when it did not โ€” hard-blocking catastrophic classes by default, and every rule under strict mode.</div>
1712
+ <div class="faq-a">Prompt rules are a starting point, not a finish line. ThumbGate adds a human-feedback loop plus configured Pre-Action Checks at the tool-call boundary. The default policy denies detected secret exfiltration and gate kill/bypass commands while other matching high-risk checks warn; strict mode also denies matching warning-mode checks.</div>
1742
1713
  </div>
1743
1714
  <div class="faq-item">
1744
1715
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">How does ThumbGate fit the agentic development cycle?</div>
1745
- <div class="faq-a">Agentic development is not just generation. Teams need Guide, Generate, Verify, and Solve working as a repeatable loop. ThumbGate is the pre-action execution gate in that loop: guidance and feedback become rules, generated tool calls are checked before execution, verification evidence is required for risky actions, and solved failures become reusable prevention gates.</div>
1716
+ <div class="faq-a">Agentic development is not just generation. Teams need Guide, Generate, Verify, and Solve working as a repeatable loop. ThumbGate can serve as the pre-action execution gate: guidance and accepted feedback can become rules, generated tool calls are evaluated before execution, rules can require verification evidence, and recurring solved failures can become reusable prevention gates.</div>
1746
1717
  </div>
1747
1718
  <div class="faq-item">
1748
1719
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">What does Pro cost?</div>
1749
- <div class="faq-a">Pro is $19/mo or $149/yr for individual operators and bills immediately through Stripe. Enterprise is custom pricing, scoped after intake, and starts through the workflow intake so scope, shared rules, and rollout proof are explicit before a rollout.</div>
1720
+ <div class="faq-a">Pro is $19/mo or $149/yr for individual operators and bills through Stripe. Enterprise is custom pricing, scoped after intake around one workflow's approval boundaries, rollback plan, evidence requirements, and rollout support. Hosted team features are not implied by intake.</div>
1750
1721
  </div>
1751
1722
  <div class="faq-item">
1752
1723
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">Does ThumbGate support enterprise Google Cloud / Vertex AI?</div>
1753
- <div class="faq-a">Yes. <code>npx thumbgate setup-vertex</code> detects your active gcloud session, enables the Vertex AI API on your Google Cloud project, and configures secure Application Default Credentials (ADC) so evaluations run within your corporate VPC. For Dialogflow CX, the Enterprise pilot puts ThumbGate's pre-action gate in front of your DFCX webhook fulfillment (deployed in your own tenant) so risky or repeat turns are blocked before they touch a database, CRM, or billing system. It's a white-glove design-partner pilot โ€” ThumbGate gates your own Dialogflow CX agent; it does not host a Dialogflow CX agent for you.</div>
1724
+ <div class="faq-a">The package ships a <code>npx thumbgate setup-vertex</code> setup helper for operators who choose the optional Vertex adapter. Whether evaluations stay within a particular VPC depends on the operator's Google Cloud configuration and must be verified in that deployment. Dialogflow CX governance is an intake-scoped integration requirement, not a generally available hosted deployment claim.</div>
1754
1725
  </div>
1755
1726
  <div class="faq-item">
1756
1727
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">How does ThumbGate contain enterprise API costs?</div>
1757
- <div class="faq-a">ThumbGate helps contain runaway API costs through a local client-side token ledger (FrontierBudget) that applies cost-containment limits you configure (such as keeping monthly costs under $10/mo). Because GCP billing console alerts are delayed, the local circuit breaker is designed to halt runaway agent loops locally in milliseconds โ€” helping contain spend rather than guaranteeing it.</div>
1728
+ <div class="faq-a">FrontierBudget provides a local client-side token ledger and configurable routing or cost-containment limits. Reported token savings are estimates based on configured assumptions, not provider-billing measurements or a spend guarantee; verify actual costs in the provider's billing telemetry.</div>
1758
1729
  </div>
1759
1730
  </div>
1760
1731
  </div>
@@ -1778,7 +1749,7 @@ __GA_BOOTSTRAP__
1778
1749
  <section class="final-cta">
1779
1750
  <div class="container">
1780
1751
  <h2>Stop the same mistake before it runs again.</h2>
1781
- <p>Install free. No credit card. No signup. Hit your first check in 60 seconds.</p>
1752
+ <p>Install the local CLI without a credit card or account, then configure the integration for your agent.</p>
1782
1753
  <div style="display:flex;gap:12px;justify-content:center;flex-wrap:wrap;align-items:center;">
1783
1754
  <div class="hero-install" onclick="copyInstall(this)" title="Click to copy" style="margin-bottom:0;font-size:16px;padding:14px 24px;border:2px solid var(--cyan);">
1784
1755
  <span class="prompt">$</span>
@@ -1805,7 +1776,7 @@ __GA_BOOTSTRAP__
1805
1776
  <a href="https://www.linkedin.com/in/igorganapolsky" target="_blank" rel="noopener">LinkedIn</a>
1806
1777
  <a href="/blog">Blog</a>
1807
1778
  </div>
1808
- <span class="footer-copy">ยฉ 2026 ThumbGate ยท MIT License ยท npm v1.28.0</span>
1779
+ <span class="footer-copy">ยฉ 2026 ThumbGate ยท MIT License ยท npm v1.28.1</span>
1809
1780
  </div>
1810
1781
  </footer>
1811
1782