thumbgate 1.34.2 โ 1.34.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/plugin.json +1 -1
- package/.well-known/mcp/server-card.json +1 -1
- package/adapters/claude/.mcp.json +2 -2
- package/adapters/forge/forge.yaml +3 -3
- package/adapters/mcp/server-stdio.js +1 -1
- package/adapters/opencode/opencode.json +1 -1
- package/package.json +9 -5
- package/public/index.html +2 -2
- package/public/numbers.html +2 -2
- package/server.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "thumbgate",
|
|
3
3
|
"description": "One ๐ becomes a hard rule the agent cannot bypass. Captures thumbs-down feedback, distills it into PreToolUse Pre-Action Checks, enforced across every future Claude Code session.",
|
|
4
|
-
"version": "1.34.
|
|
4
|
+
"version": "1.34.3",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Igor Ganapolsky",
|
|
7
7
|
"email": "ig5973700@gmail.com",
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"mcpServers": {
|
|
3
3
|
"thumbgate": {
|
|
4
4
|
"command": "npx",
|
|
5
|
-
"args": ["--yes", "--package", "thumbgate@1.34.
|
|
5
|
+
"args": ["--yes", "--package", "thumbgate@1.34.3", "thumbgate", "serve"]
|
|
6
6
|
}
|
|
7
7
|
},
|
|
8
8
|
"hooks": {
|
|
9
9
|
"preToolUse": {
|
|
10
10
|
"command": "npx",
|
|
11
|
-
"args": ["--yes", "--package", "thumbgate@1.34.
|
|
11
|
+
"args": ["--yes", "--package", "thumbgate@1.34.3", "thumbgate", "gate-check"]
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -9,12 +9,12 @@ version: "1"
|
|
|
9
9
|
skills:
|
|
10
10
|
thumbgate-gate-check:
|
|
11
11
|
description: "ThumbGate PreToolUse gate โ blocks known-bad tool calls"
|
|
12
|
-
command: "npx --yes --package thumbgate@1.34.
|
|
12
|
+
command: "npx --yes --package thumbgate@1.34.3 thumbgate gate-check"
|
|
13
13
|
trigger: pre_tool_use
|
|
14
14
|
|
|
15
15
|
thumbgate-feedback:
|
|
16
16
|
description: "ThumbGate feedback capture โ logs user prompt context"
|
|
17
|
-
command: "npx --yes --package thumbgate@1.34.
|
|
17
|
+
command: "npx --yes --package thumbgate@1.34.3 thumbgate hook-auto-capture"
|
|
18
18
|
trigger: user_prompt
|
|
19
19
|
|
|
20
20
|
mcp:
|
|
@@ -23,6 +23,6 @@ mcp:
|
|
|
23
23
|
args:
|
|
24
24
|
- "--yes"
|
|
25
25
|
- "--package"
|
|
26
|
-
- "thumbgate@1.34.
|
|
26
|
+
- "thumbgate@1.34.3"
|
|
27
27
|
- "thumbgate"
|
|
28
28
|
- "serve"
|
|
@@ -328,7 +328,7 @@ const {
|
|
|
328
328
|
finalizeSession: finalizeFeedbackSession,
|
|
329
329
|
} = require('../../scripts/feedback-session');
|
|
330
330
|
|
|
331
|
-
const SERVER_INFO = { name: 'thumbgate-mcp', version: '1.34.
|
|
331
|
+
const SERVER_INFO = { name: 'thumbgate-mcp', version: '1.34.3' };
|
|
332
332
|
const COMMERCE_CATEGORIES = [
|
|
333
333
|
'product_recommendation',
|
|
334
334
|
'brand_compliance',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "thumbgate",
|
|
3
|
-
"version": "1.34.
|
|
3
|
+
"version": "1.34.3",
|
|
4
4
|
"description": "ThumbGate Pre-Action Checks self-improve from ranked lessons and repeated failures, hard-block detected secret leaks, and block matches in strict mode.",
|
|
5
5
|
"homepage": "https://thumbgate.ai",
|
|
6
6
|
"repository": {
|
|
@@ -614,7 +614,7 @@
|
|
|
614
614
|
"test:evolution": "node --test tests/workspace-evolver.test.js",
|
|
615
615
|
"test:watcher": "node --test tests/jsonl-watcher.test.js",
|
|
616
616
|
"test:autoresearch": "node --test tests/autoresearch.test.js",
|
|
617
|
-
"test:ops": "node --test tests/qa-scenario-planner.test.js tests/adk-consolidator.test.js tests/anthropic-partner-strategy.test.js tests/auto-promote-gates.test.js tests/auto-wire-hooks.test.js tests/claude-skill.test.js tests/codegraph-context.test.js tests/commercial-signals.test.js tests/decision-journal.test.js tests/delegation-runtime.test.js tests/disagreement-mining.test.js tests/failure-diagnostics.test.js tests/financial-control-plane.test.js tests/financial-spend-attack-matrix.test.js tests/gate-stats.test.js tests/gates-engine-upgrade-cta.test.js tests/git-hook-installer.test.js tests/github-billing.test.js tests/intervention-policy.test.js tests/markdown-escape.test.js tests/mcp-tools-gates.test.js tests/native-messaging-audit.test.js tests/project-bayes-e2e.test.js tests/project-bayes.test.js tests/rate-limiter.test.js tests/schedule-manager.test.js tests/session-handoff.test.js tests/skill-generator.test.js tests/smart-learning.test.js tests/spike-and-sink.test.js tests/stripe-revenue.test.js tests/stripe-webhook-route.test.js tests/stripe-webhook-rotation.test.js tests/train-from-feedback.test.js tests/workflow-hardening-sprint.test.js tests/workflow-sentinel.test.js tests/test-suite-parity.test.js tests/a2ui-engine.test.js tests/webhook-delivery.test.js tests/auto-context-packs.test.js tests/daily-block-cap.test.js tests/auto-promote-regression-gate.test.js",
|
|
617
|
+
"test:ops": "node --test tests/qa-scenario-planner.test.js tests/adk-consolidator.test.js tests/anthropic-partner-strategy.test.js tests/auto-promote-gates.test.js tests/auto-wire-hooks.test.js tests/claude-skill.test.js tests/codegraph-context.test.js tests/commercial-signals.test.js tests/decision-journal.test.js tests/delegation-runtime.test.js tests/disagreement-mining.test.js tests/failure-diagnostics.test.js tests/financial-control-plane.test.js tests/financial-spend-attack-matrix.test.js tests/gate-stats.test.js tests/gates-engine-upgrade-cta.test.js tests/git-hook-installer.test.js tests/github-billing.test.js tests/intervention-policy.test.js tests/markdown-escape.test.js tests/mcp-tools-gates.test.js tests/native-messaging-audit.test.js tests/project-bayes-e2e.test.js tests/project-bayes.test.js tests/rate-limiter.test.js tests/schedule-manager.test.js tests/session-handoff.test.js tests/skill-generator.test.js tests/smart-learning.test.js tests/spike-and-sink.test.js tests/stripe-revenue.test.js tests/stripe-webhook-route.test.js tests/stripe-webhook-rotation.test.js tests/train-from-feedback.test.js tests/workflow-hardening-sprint.test.js tests/workflow-sentinel.test.js tests/test-suite-parity.test.js tests/a2ui-engine.test.js tests/webhook-delivery.test.js tests/auto-context-packs.test.js tests/daily-block-cap.test.js tests/auto-promote-regression-gate.test.js tests/install-spend-guard.test.js tests/spend-guard-path-precision.test.js tests/spend-guard-hook-contract.test.js tests/enforcement-provenance.test.js",
|
|
618
618
|
"test:session-analyzer": "node --test tests/session-analyzer.test.js",
|
|
619
619
|
"test:tessl": "node --test tests/tessl-export.test.js",
|
|
620
620
|
"test:gates": "node --test --test-concurrency=1 tests/gate-templates.test.js tests/gates-engine.test.js tests/claim-verification.test.js tests/universal-claim-evaluator.test.js tests/secret-scanner.test.js tests/secret-fixture-safety.test.js tests/prompt-guard.test.js tests/audit-trail.test.js tests/profile-router.test.js tests/workflow-sentinel.test.js tests/docker-sandbox-planner.test.js tests/mcp-tools-suggest-fix.test.js tests/deny-network-egress-pattern.test.js tests/git-pathspec-scope.test.js tests/git-global-option-bypass.test.js tests/gate-evasion-matrix.test.js",
|
|
@@ -925,7 +925,10 @@
|
|
|
925
925
|
"test:a-plus-evidence": "node --test tests/a-plus-evidence-scorecard.test.js",
|
|
926
926
|
"score:a-plus": "node scripts/a-plus-evidence-scorecard.js",
|
|
927
927
|
"test:universal-claim-evaluator": "node --test tests/universal-claim-evaluator.test.js",
|
|
928
|
-
"verify:claims": "node scripts/universal-claim-evaluator.js"
|
|
928
|
+
"verify:claims": "node scripts/universal-claim-evaluator.js",
|
|
929
|
+
"spend-guard:install": "node scripts/install-spend-guard.js",
|
|
930
|
+
"spend-guard:diff": "node docs/guard/spend-guard-decision-diff.js",
|
|
931
|
+
"enforcement:provenance": "node scripts/enforcement-provenance-check.js"
|
|
929
932
|
},
|
|
930
933
|
"keywords": [
|
|
931
934
|
"mcp",
|
|
@@ -1003,7 +1006,8 @@
|
|
|
1003
1006
|
"express@4.22.1": {
|
|
1004
1007
|
"path-to-regexp": "0.1.13"
|
|
1005
1008
|
},
|
|
1006
|
-
"js-yaml": "4.3.0"
|
|
1009
|
+
"js-yaml": "4.3.0",
|
|
1010
|
+
"undici": "8.10.0"
|
|
1007
1011
|
},
|
|
1008
1012
|
"mcpName": "io.github.IgorGanapolsky/thumbgate",
|
|
1009
1013
|
"devDependencies": {
|
|
@@ -1011,7 +1015,7 @@
|
|
|
1011
1015
|
"@changesets/cli": "^2.31.0",
|
|
1012
1016
|
"@playwright/test": "^1.60.0",
|
|
1013
1017
|
"c8": "^12.0.0",
|
|
1014
|
-
"undici": "
|
|
1018
|
+
"undici": "8.10.0"
|
|
1015
1019
|
},
|
|
1016
1020
|
"hotfix": "gate-check-bypass-2026-06-03"
|
|
1017
1021
|
}
|
package/public/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<meta name="generator" content="ThumbGate">
|
|
7
7
|
<meta name="author" content="Igor Ganapolsky">
|
|
8
|
-
<meta name="thumbgate-version" content="1.34.
|
|
8
|
+
<meta name="thumbgate-version" content="1.34.3">
|
|
9
9
|
__GOOGLE_SITE_VERIFICATION_META__
|
|
10
10
|
<link rel="icon" type="image/png" href="/thumbgate-icon.png">
|
|
11
11
|
<link rel="canonical" href="__APP_ORIGIN__/">
|
|
@@ -942,7 +942,7 @@ next decision recorded before execution</pre>
|
|
|
942
942
|
|
|
943
943
|
<footer>
|
|
944
944
|
<div class="shell footer-inner">
|
|
945
|
-
<span>ThumbGate ยท MIT License ยท npm v1.34.
|
|
945
|
+
<span>ThumbGate ยท MIT License ยท npm v1.34.3</span>
|
|
946
946
|
<div class="footer-links">
|
|
947
947
|
<a href="https://github.com/IgorGanapolsky/ThumbGate" target="_blank" rel="noopener">GitHub</a>
|
|
948
948
|
<a href="/guide">Technical setup</a>
|
package/public/numbers.html
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"alternateName": "thumbgate",
|
|
26
26
|
"applicationCategory": "DeveloperApplication",
|
|
27
27
|
"operatingSystem": "Cross-platform, Node.js >=18.18.0",
|
|
28
|
-
"softwareVersion": "1.34.
|
|
28
|
+
"softwareVersion": "1.34.3",
|
|
29
29
|
"url": "https://thumbgate-production.up.railway.app/numbers",
|
|
30
30
|
"dateModified": "2026-08-03",
|
|
31
31
|
"creator": {
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
<main class="container">
|
|
203
203
|
<h1>The Numbers</h1>
|
|
204
204
|
<p class="subtitle">Generated first-party operational snapshot from the ThumbGate runtime. This is not customer traction, install volume, revenue, or proof that a configured gate has fired.</p>
|
|
205
|
-
<div class="freshness">Updated: 2026-08-03 ยท Version 1.34.
|
|
205
|
+
<div class="freshness">Updated: 2026-08-03 ยท Version 1.34.3</div>
|
|
206
206
|
<div class="truth-note"><strong>Read this first:</strong> configured checks are inventory. Recorded blocks and warnings are usage evidence. This snapshot currently reports 0 recorded hard-block event(s) and 0 recorded warning event(s).</div>
|
|
207
207
|
|
|
208
208
|
<h2>Gate enforcement</h2>
|
package/server.json
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"source": "github",
|
|
9
9
|
"url": "https://github.com/IgorGanapolsky/ThumbGate"
|
|
10
10
|
},
|
|
11
|
-
"version": "1.34.
|
|
11
|
+
"version": "1.34.3",
|
|
12
12
|
"packages": [
|
|
13
13
|
{
|
|
14
14
|
"registryType": "npm",
|
|
15
15
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
16
16
|
"identifier": "thumbgate",
|
|
17
|
-
"version": "1.34.
|
|
17
|
+
"version": "1.34.3",
|
|
18
18
|
"runtimeHint": "npx",
|
|
19
19
|
"runtimeArguments": [
|
|
20
20
|
{
|