thumbgate 1.27.2 → 1.27.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/plugin.json +1 -1
- package/.well-known/mcp/server-card.json +1 -1
- package/README.md +28 -26
- package/adapters/claude/.mcp.json +2 -2
- package/adapters/mcp/server-stdio.js +14 -1
- package/adapters/opencode/opencode.json +1 -1
- package/bin/cli.js +75 -24
- package/package.json +3 -3
- package/public/about.html +162 -0
- package/public/compare.html +2 -2
- package/public/dashboard.html +32 -30
- package/public/guide.html +2 -2
- package/public/index.html +61 -54
- package/public/numbers.html +2 -2
- package/public/pricing.html +23 -36
- package/public/pro.html +3 -3
- package/scripts/commercial-offer.js +10 -2
- package/scripts/dashboard-chat.js +173 -72
- package/scripts/dashboard.js +17 -3
- package/scripts/gates-engine.js +43 -6
- package/scripts/oss-pr-opportunity-scout.js +35 -5
- package/scripts/rate-limiter.js +2 -2
- package/scripts/seo-gsd.js +60 -0
- package/scripts/workflow-sentinel.js +111 -68
- package/src/api/server.js +363 -154
- package/.claude-plugin/marketplace.json +0 -85
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "thumbgate-marketplace",
|
|
3
|
-
"version": "1.27.2",
|
|
4
|
-
"owner": {
|
|
5
|
-
"name": "Igor Ganapolsky",
|
|
6
|
-
"email": "ig5973700@gmail.com"
|
|
7
|
-
},
|
|
8
|
-
"plugins": [
|
|
9
|
-
{
|
|
10
|
-
"name": "thumbgate",
|
|
11
|
-
"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.",
|
|
12
|
-
"longDescription": "ThumbGate is a tripwire, not a memory layer. When you thumbs-down an agent action — a force-push that overwrote a teammate's commit, a destructive SQL drop, a refactor you already rejected — ThumbGate captures the pattern, distills a one-sentence lesson, and installs it as a PreToolUse block. The next time the agent reaches for the same tool call shape, the hook fires before execution and Claude sees your own words back as the reason.\n\nThe enforcement lives in the hook, not in the model's context, so the agent cannot bypass it by forgetting, by being prompted around it, or by switching sessions. Same rule works in Claude Code, Cursor, Codex, Gemini CLI, Amp, Cline, and OpenCode.\n\n33 pre-action checks shipped (force-push, destructive SQL, mass-delete, npm publish from wrong branch, deploy without verification). Budget enforcement (action count + time limits) prevents runaway agent sessions. NIST / SOC2 / OWASP / CWE compliance tags on every rule for enterprise teams. DPO training-pair export for teams running their own fine-tunes.\n\nFree tier: 5 feedback captures/day, 25 total captures, 3 active auto-promoted prevention rules, fully offline. Pro ($19/mo): hosted sync across machines and agent runtimes, dashboard, audit export.",
|
|
13
|
-
"source": {
|
|
14
|
-
"source": "npm",
|
|
15
|
-
"package": "thumbgate"
|
|
16
|
-
},
|
|
17
|
-
"version": "1.27.2",
|
|
18
|
-
"author": {
|
|
19
|
-
"name": "Igor Ganapolsky",
|
|
20
|
-
"email": "ig5973700@gmail.com",
|
|
21
|
-
"url": "https://thumbgate.ai"
|
|
22
|
-
},
|
|
23
|
-
"homepage": "https://thumbgate.ai",
|
|
24
|
-
"repository": "https://github.com/IgorGanapolsky/ThumbGate",
|
|
25
|
-
"license": "MIT",
|
|
26
|
-
"category": "developer-tools",
|
|
27
|
-
"tags": [
|
|
28
|
-
"guardrails",
|
|
29
|
-
"pretooluse",
|
|
30
|
-
"hooks",
|
|
31
|
-
"feedback",
|
|
32
|
-
"rlhf",
|
|
33
|
-
"dpo",
|
|
34
|
-
"agent-safety",
|
|
35
|
-
"workflow-hardening"
|
|
36
|
-
],
|
|
37
|
-
"keywords": [
|
|
38
|
-
"guardrails",
|
|
39
|
-
"pretooluse",
|
|
40
|
-
"hooks",
|
|
41
|
-
"feedback",
|
|
42
|
-
"rlhf",
|
|
43
|
-
"dpo",
|
|
44
|
-
"agent-safety",
|
|
45
|
-
"workflow-hardening",
|
|
46
|
-
"claude-desktop",
|
|
47
|
-
"desktop-extension",
|
|
48
|
-
"pre-action-checks",
|
|
49
|
-
"ai-agent-safety",
|
|
50
|
-
"mcp",
|
|
51
|
-
"memory"
|
|
52
|
-
],
|
|
53
|
-
"capabilities": {
|
|
54
|
-
"skills": 2,
|
|
55
|
-
"commands": 5,
|
|
56
|
-
"agents": 1,
|
|
57
|
-
"hooks": 3,
|
|
58
|
-
"mcpServer": "thumbgate serve"
|
|
59
|
-
},
|
|
60
|
-
"installCommand": "/plugin install thumbgate@claude-plugins-official",
|
|
61
|
-
"metadata": {
|
|
62
|
-
"author": "Igor Ganapolsky",
|
|
63
|
-
"homepage": "https://thumbgate.ai",
|
|
64
|
-
"license": "MIT",
|
|
65
|
-
"keywords": [
|
|
66
|
-
"guardrails",
|
|
67
|
-
"pretooluse",
|
|
68
|
-
"hooks",
|
|
69
|
-
"feedback",
|
|
70
|
-
"rlhf",
|
|
71
|
-
"dpo",
|
|
72
|
-
"agent-safety",
|
|
73
|
-
"workflow-hardening",
|
|
74
|
-
"claude-desktop",
|
|
75
|
-
"desktop-extension",
|
|
76
|
-
"pre-action-checks",
|
|
77
|
-
"ai-agent-safety",
|
|
78
|
-
"mcp",
|
|
79
|
-
"memory"
|
|
80
|
-
],
|
|
81
|
-
"category": "developer-tools"
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
]
|
|
85
|
-
}
|