thumbgate 1.4.2 → 1.4.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.
Files changed (279) hide show
  1. package/.claude-plugin/README.md +45 -34
  2. package/.claude-plugin/marketplace.json +3 -3
  3. package/.claude-plugin/plugin.json +3 -3
  4. package/.well-known/llms.txt +1 -1
  5. package/.well-known/mcp/server-card.json +1 -1
  6. package/README.md +26 -2
  7. package/adapters/README.md +4 -1
  8. package/adapters/claude/.mcp.json +2 -2
  9. package/adapters/codex/config.toml +2 -2
  10. package/adapters/mcp/server-stdio.js +10 -4
  11. package/adapters/opencode/opencode.json +1 -1
  12. package/bin/cli.js +246 -90
  13. package/config/mcp-allowlists.json +11 -3
  14. package/package.json +184 -21
  15. package/scripts/audit-trail.js +25 -15
  16. package/scripts/auto-wire-hooks.js +127 -0
  17. package/scripts/cli-demo.js +102 -0
  18. package/scripts/cli-schema.js +285 -0
  19. package/scripts/cli-status.js +166 -0
  20. package/scripts/cross-encoder-reranker.js +235 -0
  21. package/scripts/explore-subcommands.js +277 -0
  22. package/scripts/explore.js +569 -0
  23. package/scripts/feedback-loop.js +20 -6
  24. package/scripts/lesson-inference.js +7 -1
  25. package/scripts/lesson-reranker.js +263 -0
  26. package/scripts/lesson-retrieval.js +34 -17
  27. package/scripts/lesson-search.js +69 -0
  28. package/scripts/perplexity-client.js +210 -0
  29. package/scripts/reflector-agent.js +2 -2
  30. package/scripts/statusline-local-stats.js +3 -1
  31. package/scripts/statusline.sh +12 -11
  32. package/src/api/server.js +178 -17
  33. package/src/index.js +3 -0
  34. package/.claude-plugin/bundle/icon.png +0 -0
  35. package/.claude-plugin/bundle/icon.svg +0 -18
  36. package/.claude-plugin/bundle/server/index.js +0 -24
  37. package/adapters/chatgpt/INSTALL.md +0 -138
  38. package/bin/memory.sh +0 -64
  39. package/bin/obsidian-sync.sh +0 -20
  40. package/plugins/amp-skill/INSTALL.md +0 -52
  41. package/plugins/amp-skill/SKILL.md +0 -64
  42. package/plugins/claude-codex-bridge/.claude-plugin/plugin.json +0 -22
  43. package/plugins/claude-codex-bridge/.mcp.json +0 -14
  44. package/plugins/claude-codex-bridge/INSTALL.md +0 -43
  45. package/plugins/claude-codex-bridge/README.md +0 -46
  46. package/plugins/claude-codex-bridge/scripts/codex-bridge.js +0 -286
  47. package/plugins/claude-codex-bridge/skills/adversarial-review/SKILL.md +0 -24
  48. package/plugins/claude-codex-bridge/skills/result/SKILL.md +0 -22
  49. package/plugins/claude-codex-bridge/skills/review/SKILL.md +0 -28
  50. package/plugins/claude-codex-bridge/skills/second-pass/SKILL.md +0 -27
  51. package/plugins/claude-codex-bridge/skills/setup/SKILL.md +0 -21
  52. package/plugins/claude-codex-bridge/skills/status/SKILL.md +0 -19
  53. package/plugins/claude-skill/INSTALL.md +0 -55
  54. package/plugins/claude-skill/SKILL.md +0 -46
  55. package/plugins/codex-profile/.codex-plugin/plugin.json +0 -43
  56. package/plugins/codex-profile/.mcp.json +0 -14
  57. package/plugins/codex-profile/AGENTS.md +0 -20
  58. package/plugins/codex-profile/INSTALL.md +0 -89
  59. package/plugins/codex-profile/README.md +0 -61
  60. package/plugins/cursor-marketplace/.cursor-plugin/plugin.json +0 -23
  61. package/plugins/cursor-marketplace/CHANGELOG.md +0 -30
  62. package/plugins/cursor-marketplace/LICENSE +0 -21
  63. package/plugins/cursor-marketplace/README.md +0 -124
  64. package/plugins/cursor-marketplace/agents/reliability-reviewer.md +0 -31
  65. package/plugins/cursor-marketplace/assets/logo-400x400.png +0 -0
  66. package/plugins/cursor-marketplace/commands/capture-feedback.md +0 -33
  67. package/plugins/cursor-marketplace/commands/check-gates.md +0 -25
  68. package/plugins/cursor-marketplace/commands/show-lessons.md +0 -27
  69. package/plugins/cursor-marketplace/hooks/hooks.json +0 -10
  70. package/plugins/cursor-marketplace/mcp.json +0 -14
  71. package/plugins/cursor-marketplace/rules/feedback-capture.mdc +0 -34
  72. package/plugins/cursor-marketplace/rules/pre-action-gates.mdc +0 -30
  73. package/plugins/cursor-marketplace/rules/session-continuity.mdc +0 -28
  74. package/plugins/cursor-marketplace/scripts/gate-check.sh +0 -21
  75. package/plugins/cursor-marketplace/skills/capture-feedback/SKILL.md +0 -48
  76. package/plugins/cursor-marketplace/skills/prevention-rules/SKILL.md +0 -31
  77. package/plugins/cursor-marketplace/skills/recall-context/SKILL.md +0 -30
  78. package/plugins/cursor-marketplace/skills/search-lessons/SKILL.md +0 -33
  79. package/plugins/gemini-extension/INSTALL.md +0 -92
  80. package/plugins/gemini-extension/gemini_prompt.txt +0 -14
  81. package/plugins/gemini-extension/tool_contract.json +0 -45
  82. package/plugins/opencode-profile/INSTALL.md +0 -57
  83. package/public/assets/instagram-card.png +0 -0
  84. package/public/assets/tiktok-agent-memory.mp4 +0 -0
  85. package/public/blog.html +0 -474
  86. package/public/compare/mem0.html +0 -189
  87. package/public/compare/speclock.html +0 -180
  88. package/public/compare.html +0 -310
  89. package/public/dashboard.html +0 -1100
  90. package/public/guide.html +0 -317
  91. package/public/guides/claude-code-prevent-repeated-mistakes.html +0 -161
  92. package/public/guides/codex-cli-guardrails.html +0 -158
  93. package/public/guides/cursor-prevent-repeated-mistakes.html +0 -161
  94. package/public/guides/pre-action-gates.html +0 -162
  95. package/public/guides/stop-repeated-ai-agent-mistakes.html +0 -159
  96. package/public/index.html +0 -1128
  97. package/public/js/buyer-intent.js +0 -252
  98. package/public/learn/agent-harness-pattern.html +0 -180
  99. package/public/learn/ai-agent-persistent-memory.html +0 -203
  100. package/public/learn/learn.css +0 -45
  101. package/public/learn/mcp-pre-action-gates-explained.html +0 -172
  102. package/public/learn/stop-ai-agent-force-push.html +0 -134
  103. package/public/learn/vibe-coding-safety-net.html +0 -142
  104. package/public/learn.html +0 -274
  105. package/public/lessons.html +0 -967
  106. package/public/llm-context.md +0 -140
  107. package/public/pro.html +0 -1087
  108. package/public/vercel.json +0 -8
  109. package/scripts/a2ui-engine.js +0 -73
  110. package/scripts/adk-consolidator.js +0 -274
  111. package/scripts/agent-security-hardening.js +0 -225
  112. package/scripts/ai-search-visibility.js +0 -142
  113. package/scripts/autonomous-sales-agent.js +0 -39
  114. package/scripts/autoresearch-runner.js +0 -216
  115. package/scripts/background-agent-governance.js +0 -229
  116. package/scripts/behavioral-extraction.js +0 -93
  117. package/scripts/budget-enforcer.js +0 -173
  118. package/scripts/budget-guard.js +0 -173
  119. package/scripts/build-claude-mcpb.js +0 -255
  120. package/scripts/build-codex-plugin.js +0 -152
  121. package/scripts/capture-railway-diagnostics.sh +0 -97
  122. package/scripts/changeset-check.js +0 -372
  123. package/scripts/check-congruence.js +0 -443
  124. package/scripts/computer-use-firewall.js +0 -280
  125. package/scripts/content-engine/linkedin-content-generator.js +0 -154
  126. package/scripts/content-engine/output/linkedin-memento-validation.md +0 -17
  127. package/scripts/content-engine/output/linkedin-posts-2026-04-09.md +0 -175
  128. package/scripts/content-engine/reddit-thread-finder.js +0 -154
  129. package/scripts/context-engine.js +0 -710
  130. package/scripts/daily-digest.js +0 -11
  131. package/scripts/data-governance.js +0 -173
  132. package/scripts/deploy-gcp.sh +0 -44
  133. package/scripts/deploy-policy.js +0 -249
  134. package/scripts/disagreement-mining.js +0 -315
  135. package/scripts/dpo-optimizer.js +0 -206
  136. package/scripts/ensure-repo-bootstrap.js +0 -130
  137. package/scripts/ephemeral-agent-store.js +0 -212
  138. package/scripts/eval-harness.js +0 -56
  139. package/scripts/export-kto-pairs.js +0 -309
  140. package/scripts/export-training.js +0 -446
  141. package/scripts/feedback-fallback.js +0 -111
  142. package/scripts/feedback-inbox-read.js +0 -162
  143. package/scripts/feedback-root-consolidator.js +0 -233
  144. package/scripts/feedback-to-memory.js +0 -185
  145. package/scripts/gate-satisfy.js +0 -42
  146. package/scripts/generate-paperbanana-diagrams.sh +0 -99
  147. package/scripts/generate-pretool-hook.sh +0 -40
  148. package/scripts/github-about.js +0 -430
  149. package/scripts/github-outreach.js +0 -65
  150. package/scripts/gtm-revenue-loop.js +0 -535
  151. package/scripts/hallucination-detector.js +0 -226
  152. package/scripts/hf-papers.js +0 -317
  153. package/scripts/hook-auto-capture.sh +0 -100
  154. package/scripts/hook-stop-pr-thread-check.sh +0 -68
  155. package/scripts/hook-stop-self-score.sh +0 -51
  156. package/scripts/hook-stop-verify-deploy.sh +0 -31
  157. package/scripts/hook-verify-before-done.sh +0 -20
  158. package/scripts/managed-dpo-export.js +0 -91
  159. package/scripts/markdown-escape.js +0 -12
  160. package/scripts/marketing-experiment.js +0 -657
  161. package/scripts/memalign-recall.js +0 -111
  162. package/scripts/memory-migration.js +0 -296
  163. package/scripts/meta-policy.js +0 -190
  164. package/scripts/metered-billing.js +0 -16
  165. package/scripts/model-tier-router.js +0 -310
  166. package/scripts/money-watcher.js +0 -218
  167. package/scripts/multi-hop-recall.js +0 -240
  168. package/scripts/per-step-scoring.js +0 -163
  169. package/scripts/perplexity-marketing.js +0 -466
  170. package/scripts/pii-scanner.js +0 -153
  171. package/scripts/plan-gate.js +0 -154
  172. package/scripts/post-everywhere.js +0 -341
  173. package/scripts/post-to-x-retry.sh +0 -22
  174. package/scripts/post-to-x.js +0 -369
  175. package/scripts/pr-manager.js +0 -421
  176. package/scripts/principle-extractor.js +0 -162
  177. package/scripts/pro-features.js +0 -41
  178. package/scripts/prompt-dlp.js +0 -222
  179. package/scripts/prove-adapters.js +0 -860
  180. package/scripts/prove-attribution.js +0 -361
  181. package/scripts/prove-automation.js +0 -651
  182. package/scripts/prove-autoresearch.js +0 -304
  183. package/scripts/prove-claim-verification.js +0 -277
  184. package/scripts/prove-cloudflare-sandbox.js +0 -161
  185. package/scripts/prove-data-pipeline.js +0 -408
  186. package/scripts/prove-data-quality.js +0 -227
  187. package/scripts/prove-evolution.js +0 -352
  188. package/scripts/prove-harnesses.js +0 -287
  189. package/scripts/prove-intelligence.js +0 -257
  190. package/scripts/prove-lancedb.js +0 -425
  191. package/scripts/prove-local-intelligence.js +0 -340
  192. package/scripts/prove-loop-closure.js +0 -263
  193. package/scripts/prove-packaged-runtime.js +0 -326
  194. package/scripts/prove-predictive-insights.js +0 -355
  195. package/scripts/prove-runtime.js +0 -363
  196. package/scripts/prove-seo-gsd.js +0 -234
  197. package/scripts/prove-settings.js +0 -279
  198. package/scripts/prove-subway-upgrades.js +0 -277
  199. package/scripts/prove-tessl.js +0 -229
  200. package/scripts/prove-training-export.js +0 -325
  201. package/scripts/prove-workflow-contract.js +0 -112
  202. package/scripts/prove-xmemory.js +0 -332
  203. package/scripts/publish-decision.js +0 -159
  204. package/scripts/ralph-loop.js +0 -376
  205. package/scripts/ralph-mode-ci.js +0 -331
  206. package/scripts/reddit-dm-outreach.js +0 -192
  207. package/scripts/reddit-monitor-cron.sh +0 -26
  208. package/scripts/reminder-engine.js +0 -132
  209. package/scripts/revenue-status.js +0 -472
  210. package/scripts/rotate-stripe-webhook-secret.js +0 -314
  211. package/scripts/schedule-manager.js +0 -249
  212. package/scripts/self-healing-check.js +0 -193
  213. package/scripts/shieldcortex-memory-firewall-runner.mjs +0 -53
  214. package/scripts/skill-exporter.js +0 -260
  215. package/scripts/skill-materializer.js +0 -134
  216. package/scripts/skill-packs.js +0 -136
  217. package/scripts/skill-proposer.js +0 -99
  218. package/scripts/skill-quality-tracker.js +0 -282
  219. package/scripts/slow-loop.js +0 -72
  220. package/scripts/social-analytics/db/analytics.sqlite +0 -0
  221. package/scripts/social-analytics/db/schema.sql +0 -32
  222. package/scripts/social-analytics/digest.js +0 -256
  223. package/scripts/social-analytics/engagement-audit.js +0 -185
  224. package/scripts/social-analytics/generate-instagram-card.js +0 -97
  225. package/scripts/social-analytics/instagram-thumbgate-post.js +0 -111
  226. package/scripts/social-analytics/install-growth-automation.js +0 -114
  227. package/scripts/social-analytics/load-env.js +0 -77
  228. package/scripts/social-analytics/mcp-server.js +0 -289
  229. package/scripts/social-analytics/normalizer.js +0 -580
  230. package/scripts/social-analytics/notify.js +0 -162
  231. package/scripts/social-analytics/poll-all.js +0 -107
  232. package/scripts/social-analytics/pollers/github.js +0 -195
  233. package/scripts/social-analytics/pollers/instagram.js +0 -253
  234. package/scripts/social-analytics/pollers/linkedin.js +0 -340
  235. package/scripts/social-analytics/pollers/plausible.js +0 -245
  236. package/scripts/social-analytics/pollers/reddit.js +0 -306
  237. package/scripts/social-analytics/pollers/threads.js +0 -233
  238. package/scripts/social-analytics/pollers/tiktok.js +0 -203
  239. package/scripts/social-analytics/pollers/x.js +0 -227
  240. package/scripts/social-analytics/pollers/youtube.js +0 -304
  241. package/scripts/social-analytics/pollers/zernio.js +0 -183
  242. package/scripts/social-analytics/publish-instagram-thumbgate.js +0 -104
  243. package/scripts/social-analytics/publish-thumbgate-launch.js +0 -322
  244. package/scripts/social-analytics/publishers/devto.js +0 -122
  245. package/scripts/social-analytics/publishers/instagram.js +0 -317
  246. package/scripts/social-analytics/publishers/linkedin.js +0 -294
  247. package/scripts/social-analytics/publishers/reddit.js +0 -385
  248. package/scripts/social-analytics/publishers/threads.js +0 -275
  249. package/scripts/social-analytics/publishers/tiktok.js +0 -217
  250. package/scripts/social-analytics/publishers/x.js +0 -259
  251. package/scripts/social-analytics/publishers/youtube.js +0 -223
  252. package/scripts/social-analytics/publishers/zernio.js +0 -539
  253. package/scripts/social-analytics/reconcile-thumbgate-campaign.js +0 -165
  254. package/scripts/social-analytics/run-digest.js +0 -34
  255. package/scripts/social-analytics/schedule-thumbgate-campaign.js +0 -275
  256. package/scripts/social-analytics/store.js +0 -455
  257. package/scripts/social-analytics/sync-launch-assets.js +0 -185
  258. package/scripts/social-analytics/utm.js +0 -143
  259. package/scripts/social-pipeline.js +0 -2626
  260. package/scripts/social-post-hourly.js +0 -228
  261. package/scripts/social-quality-gate.js +0 -134
  262. package/scripts/social-reply-monitor.js +0 -592
  263. package/scripts/status-dashboard.js +0 -155
  264. package/scripts/stripe-live-status.js +0 -115
  265. package/scripts/subagent-profiles.js +0 -79
  266. package/scripts/sync-branch-protection.js +0 -340
  267. package/scripts/sync-gh-secrets-from-env.sh +0 -70
  268. package/scripts/sync-github-about.js +0 -55
  269. package/scripts/sync-version.js +0 -479
  270. package/scripts/synthetic-dpo.js +0 -234
  271. package/scripts/tessl-export.js +0 -369
  272. package/scripts/test-coverage.js +0 -128
  273. package/scripts/thumbgate_session_start.sh +0 -32
  274. package/scripts/train_from_feedback.py +0 -929
  275. package/scripts/validate-feedback.js +0 -581
  276. package/scripts/verify-obsidian-setup.sh +0 -269
  277. package/scripts/verify-run.js +0 -269
  278. package/scripts/weekly-auto-post.js +0 -124
  279. package/scripts/x-autonomous-marketing.js +0 -139
@@ -1,64 +0,0 @@
1
- ---
2
- name: thumbgate-feedback
3
- description: Dual-write feedback to Amp MCP memory AND thumbgate for DPO export, analytics, and cross-platform portability
4
- ---
5
-
6
- # ThumbGate Feedback Skill (Dual-Write)
7
-
8
- This skill captures feedback in TWO places simultaneously:
9
- 1. **Amp MCP memory** — for immediate in-session recall (native to Amp)
10
- 2. **thumbgate** — for DPO export, LanceDB vectors, prevention rules, and cross-platform analytics
11
-
12
- ## On thumbs up / positive feedback
13
-
14
- First, store in Amp's native memory for in-session recall:
15
- ```
16
- Use mcp__memory__remember to store: "GOOD: {context}. What worked: {details}"
17
- ```
18
-
19
- Then, pipe to thumbgate for DPO export and analytics:
20
- ```bash
21
- npx -y thumbgate capture --feedback=up --context="..." --what-worked="..." --tags="..."
22
- ```
23
-
24
- ## On thumbs down / negative feedback
25
-
26
- First, store in Amp's native memory so the mistake is recalled immediately:
27
- ```
28
- Use mcp__memory__remember to store: "BAD: {context}. What went wrong: {details}. Fix: {what to change}"
29
- ```
30
-
31
- Then, pipe to thumbgate for prevention rules and DPO pairs:
32
- ```bash
33
- npx -y thumbgate capture --feedback=down --context="..." --what-went-wrong="..." --what-to-change="..." --tags="..."
34
- ```
35
-
36
- ## Before starting a new task
37
-
38
- Recall from Amp's memory (instant, in-session):
39
- ```
40
- Use mcp__memory__recall with query describing the current task
41
- ```
42
-
43
- Also check thumbgate for cross-session prevention rules:
44
- ```bash
45
- npx -y thumbgate rules
46
- ```
47
-
48
- ## Triggers
49
-
50
- - "thumbs up" / "that worked" / "looks good" / "nice" / "perfect"
51
- - "thumbs down" / "that failed" / "that was wrong" / "no" / "fix this"
52
-
53
- ## Negative Triggers (do NOT activate for)
54
-
55
- - "generate code" / "search files" / "explain this" / "run tests"
56
-
57
- ## Why dual-write?
58
-
59
- Amp's MCP memory gives you instant in-session recall. thumbgate gives you:
60
- - **DPO training pairs** for fine-tuning your model
61
- - **Prevention rules** that block repeated mistakes
62
- - **Cross-platform portability** — same feedback works in Claude, Codex, Gemini
63
- - **LanceDB vector search** for semantic similarity across sessions
64
- - **REST API** for team dashboards and analytics
@@ -1,22 +0,0 @@
1
- {
2
- "name": "codex-bridge",
3
- "version": "1.4.0",
4
- "description": "Run Codex review, adversarial review, and second-pass handoffs from Claude Code while keeping ThumbGate reliability memory in the loop.",
5
- "author": {
6
- "name": "Igor Ganapolsky",
7
- "url": "https://github.com/IgorGanapolsky"
8
- },
9
- "homepage": "https://thumbgate-production.up.railway.app",
10
- "repository": "https://github.com/IgorGanapolsky/ThumbGate",
11
- "license": "MIT",
12
- "keywords": [
13
- "claude-code",
14
- "codex",
15
- "codex-review",
16
- "adversarial-review",
17
- "thumbgate",
18
- "pre-action-gates",
19
- "agent-reliability"
20
- ],
21
- "mcpServers": "./.mcp.json"
22
- }
@@ -1,14 +0,0 @@
1
- {
2
- "mcpServers": {
3
- "thumbgate": {
4
- "command": "npx",
5
- "args": [
6
- "--yes",
7
- "--package",
8
- "thumbgate@1.4.0",
9
- "thumbgate",
10
- "serve"
11
- ]
12
- }
13
- }
14
- }
@@ -1,43 +0,0 @@
1
- # Install ThumbGate Codex Bridge for Claude Code
2
-
3
- ## One-command session install
4
-
5
- ```bash
6
- claude --plugin-dir "$(pwd)/plugins/claude-codex-bridge"
7
- ```
8
-
9
- That loads the plugin for the current Claude Code session and makes the following skills available:
10
-
11
- - `/codex-bridge:setup`
12
- - `/codex-bridge:review`
13
- - `/codex-bridge:adversarial-review`
14
- - `/codex-bridge:second-pass`
15
- - `/codex-bridge:status`
16
- - `/codex-bridge:result`
17
-
18
- ## Verify
19
-
20
- ```bash
21
- claude plugin validate plugins/claude-codex-bridge
22
- node plugins/claude-codex-bridge/scripts/codex-bridge.js setup
23
- ```
24
-
25
- Expected setup proof:
26
-
27
- - `codexInstalled: true`
28
- - `reviewCommand: true`
29
- - `execCommand: true`
30
- - `dataDir` points at the plugin data directory
31
-
32
- ## Typical flow
33
-
34
- 1. Run `/codex-bridge:review base=main` before merge.
35
- 2. Run `/codex-bridge:adversarial-review` before deploy or publish.
36
- 3. Run `/codex-bridge:second-pass focus on billing webhook hardening` when you want Codex to take another shot.
37
- 4. Run `/codex-bridge:status` or `/codex-bridge:result` to inspect the saved artifact.
38
-
39
- ## Codex prerequisites
40
-
41
- - `codex` must be installed and authenticated on the machine.
42
- - ThumbGate's existing Codex MCP profile still lives at `plugins/codex-profile/`.
43
- - This bridge plugin does not replace the Codex profile; it gives Claude Code a clean way to call Codex from the same repo.
@@ -1,46 +0,0 @@
1
- # ThumbGate Codex Bridge for Claude Code
2
-
3
- This repo-local Claude Code plugin brings Codex into the same workflow for three high-ROI cases:
4
-
5
- - independent review of uncommitted work or a base diff
6
- - skeptical adversarial review before risky merges or deploys
7
- - second-pass handoff when you want a different agent to take another shot
8
-
9
- The plugin keeps ThumbGate's local reliability memory available through the bundled `thumbgate` MCP server while the bridge script persists Codex artifacts in `${CLAUDE_PLUGIN_DATA}`.
10
-
11
- ## Shipped skills
12
-
13
- - `/codex-bridge:setup` — verify Codex CLI, plugin data path, and ThumbGate MCP wiring
14
- - `/codex-bridge:review` — run a normal Codex review against `--uncommitted`, `--base`, or `--commit`
15
- - `/codex-bridge:adversarial-review` — run a stricter review focused on hidden regressions and security risk
16
- - `/codex-bridge:second-pass` — hand off the current task or diff to Codex for a second pass
17
- - `/codex-bridge:status` — show the latest saved bridge artifact metadata
18
- - `/codex-bridge:result` — print the last saved Codex output
19
-
20
- ## Install
21
-
22
- Run Claude Code with the repo-local plugin loaded:
23
-
24
- ```bash
25
- claude --plugin-dir "$(pwd)/plugins/claude-codex-bridge"
26
- ```
27
-
28
- Validate the plugin shape before shipping changes:
29
-
30
- ```bash
31
- claude plugin validate plugins/claude-codex-bridge
32
- ```
33
-
34
- The plugin launches ThumbGate's MCP server automatically through `plugins/claude-codex-bridge/.mcp.json`, so Claude Code gets the reliability tools without extra configuration.
35
-
36
- ## How it works
37
-
38
- 1. Claude invokes a bridge skill such as `/codex-bridge:review`.
39
- 2. The skill runs `plugins/claude-codex-bridge/scripts/codex-bridge.js`.
40
- 3. The bridge script shells out to `codex exec review` or `codex exec`.
41
- 4. Codex output is saved under `${CLAUDE_PLUGIN_DATA}/runs/`.
42
- 5. `/codex-bridge:status` and `/codex-bridge:result` replay the latest artifact without rerunning Codex.
43
-
44
- ## Why this matters
45
-
46
- ThumbGate is not trying to replace Codex. The point is to give Claude Code users a fast second reviewer and adversarial pass while keeping pre-action gates, thumbs-up/down feedback memory, and proof artifacts local-first.
@@ -1,286 +0,0 @@
1
- 'use strict';
2
-
3
- const fs = require('node:fs');
4
- const path = require('node:path');
5
- const { spawnSync } = require('node:child_process');
6
- const { ensureDir } = require('../../../scripts/fs-utils');
7
-
8
- function getPluginRoot() {
9
- return process.env.CLAUDE_PLUGIN_ROOT || path.resolve(__dirname, '..');
10
- }
11
-
12
- function getDataRoot() {
13
- return process.env.CLAUDE_PLUGIN_DATA || path.join(getPluginRoot(), '.codex-bridge-data');
14
- }
15
-
16
- function getRunsDir() {
17
- return path.join(getDataRoot(), 'runs');
18
- }
19
-
20
- function getCodexBin() {
21
- return process.env.THUMBGATE_CODEX_BIN || 'codex';
22
- }
23
-
24
-
25
- function readJson(filePath) {
26
- return JSON.parse(fs.readFileSync(filePath, 'utf8'));
27
- }
28
-
29
- function writeJson(filePath, payload) {
30
- fs.writeFileSync(filePath, `${JSON.stringify(payload, null, 2)}\n`);
31
- }
32
-
33
- function parseArgs(argv) {
34
- const parsed = {
35
- _: [],
36
- };
37
- for (let index = 0; index < argv.length; index += 1) {
38
- const token = argv[index];
39
- if (!token.startsWith('--')) {
40
- parsed._.push(token);
41
- continue;
42
- }
43
- const key = token.slice(2);
44
- const next = argv[index + 1];
45
- if (!next || next.startsWith('--')) {
46
- parsed[key] = true;
47
- continue;
48
- }
49
- parsed[key] = next;
50
- index += 1;
51
- }
52
- return parsed;
53
- }
54
-
55
- function runCommand(command, args, options = {}) {
56
- return spawnSync(command, args, {
57
- cwd: options.cwd || process.cwd(),
58
- encoding: 'utf8',
59
- env: { ...process.env, ...(options.env || {}) },
60
- });
61
- }
62
-
63
- function resolveLatestMetadataPath() {
64
- return path.join(getRunsDir(), 'latest.json');
65
- }
66
-
67
- function resolveLatestMessagePath() {
68
- return path.join(getRunsDir(), 'latest.md');
69
- }
70
-
71
- function loadLatestRun() {
72
- const latestPath = resolveLatestMetadataPath();
73
- if (!fs.existsSync(latestPath)) {
74
- return null;
75
- }
76
- return readJson(latestPath);
77
- }
78
-
79
- function getDefaultPrompt(mode) {
80
- if (mode === 'adversarial-review') {
81
- return 'Act as a skeptical adversarial reviewer. Hunt for hidden regressions, rollback risk, security mistakes, broken assumptions, and missing proof. Prefer precise findings over broad summaries.';
82
- }
83
- if (mode === 'second-pass') {
84
- return 'Take a second pass on the current task from this repository. Be independent, concrete, and skeptical. If changes are warranted, explain the minimal patch or next action.';
85
- }
86
- return 'Review the current changes for correctness, regressions, missing tests, security issues, and release risk. Keep the output concise and actionable.';
87
- }
88
-
89
- function buildCodexArgs(mode, options, lastMessagePath) {
90
- if (mode === 'second-pass') {
91
- const args = ['exec', '--json', '--output-last-message', lastMessagePath];
92
- if (options.model) {
93
- args.push('--model', options.model);
94
- }
95
- args.push(options.prompt || getDefaultPrompt(mode));
96
- return args;
97
- }
98
-
99
- const args = ['exec', 'review', '--json', '--output-last-message', lastMessagePath];
100
- if (options.model) {
101
- args.push('--model', options.model);
102
- }
103
- if (options.base) {
104
- args.push('--base', options.base);
105
- } else if (options.commit) {
106
- args.push('--commit', options.commit);
107
- } else {
108
- args.push('--uncommitted');
109
- }
110
- if (options.title) {
111
- args.push('--title', options.title);
112
- }
113
- args.push(options.prompt || getDefaultPrompt(mode));
114
- return args;
115
- }
116
-
117
- function saveRun(mode, codexArgs, result, lastMessagePath) {
118
- ensureDir(getRunsDir());
119
-
120
- const timestamp = new Date().toISOString();
121
- const runId = `${timestamp.replace(/[:.]/g, '-')}-${mode}`;
122
- const eventsPath = path.join(getRunsDir(), `${runId}.jsonl`);
123
- const metadataPath = path.join(getRunsDir(), `${runId}.json`);
124
- const latestMetadataPath = resolveLatestMetadataPath();
125
- const latestMessagePath = resolveLatestMessagePath();
126
- const lastMessage = fs.existsSync(lastMessagePath) ? fs.readFileSync(lastMessagePath, 'utf8') : '';
127
-
128
- fs.writeFileSync(eventsPath, result.stdout || '');
129
- if (lastMessage) {
130
- fs.writeFileSync(latestMessagePath, lastMessage);
131
- } else if (!fs.existsSync(latestMessagePath)) {
132
- fs.writeFileSync(latestMessagePath, '');
133
- }
134
-
135
- const metadata = {
136
- ok: result.status === 0,
137
- mode,
138
- runId,
139
- createdAt: timestamp,
140
- cwd: process.cwd(),
141
- codexBin: getCodexBin(),
142
- command: [getCodexBin(), ...codexArgs],
143
- exitCode: result.status,
144
- signal: result.signal || null,
145
- stderr: result.stderr || '',
146
- eventsPath,
147
- lastMessagePath: fs.existsSync(lastMessagePath) ? lastMessagePath : null,
148
- latestMessagePath,
149
- };
150
-
151
- writeJson(metadataPath, metadata);
152
- writeJson(latestMetadataPath, metadata);
153
- return {
154
- metadata,
155
- lastMessage,
156
- };
157
- }
158
-
159
- function commandSetup() {
160
- const pluginRoot = getPluginRoot();
161
- const dataRoot = getDataRoot();
162
- const mcpConfigPath = path.join(pluginRoot, '.mcp.json');
163
- const versionResult = runCommand(getCodexBin(), ['--version']);
164
- const reviewHelpResult = runCommand(getCodexBin(), ['exec', 'review', '--help']);
165
- const execHelpResult = runCommand(getCodexBin(), ['exec', '--help']);
166
- const payload = {
167
- ok: versionResult.status === 0 && reviewHelpResult.status === 0 && execHelpResult.status === 0,
168
- codexBin: getCodexBin(),
169
- codexInstalled: versionResult.status === 0,
170
- codexVersion: (versionResult.stdout || '').trim(),
171
- reviewCommand: reviewHelpResult.status === 0,
172
- execCommand: execHelpResult.status === 0,
173
- pluginRoot,
174
- dataDir: dataRoot,
175
- mcpConfigPath,
176
- mcpConfigPresent: fs.existsSync(mcpConfigPath),
177
- };
178
- console.log(JSON.stringify(payload, null, 2));
179
- if (!payload.ok) {
180
- process.exitCode = 1;
181
- }
182
- }
183
-
184
- function commandStatus() {
185
- const latest = loadLatestRun();
186
- if (!latest) {
187
- console.log(JSON.stringify({
188
- ok: false,
189
- message: 'No Codex bridge run has been saved yet.',
190
- dataDir: getDataRoot(),
191
- }, null, 2));
192
- process.exitCode = 1;
193
- return;
194
- }
195
- console.log(JSON.stringify(latest, null, 2));
196
- }
197
-
198
- function commandResult() {
199
- const latestPath = resolveLatestMessagePath();
200
- if (!fs.existsSync(latestPath)) {
201
- console.error('No saved Codex bridge result found.');
202
- process.exitCode = 1;
203
- return;
204
- }
205
- process.stdout.write(fs.readFileSync(latestPath, 'utf8'));
206
- }
207
-
208
- function commandRun(mode, options) {
209
- ensureDir(getRunsDir());
210
- const lastMessagePath = path.join(getRunsDir(), `${mode}-working.md`);
211
- const codexArgs = buildCodexArgs(mode, options, lastMessagePath);
212
- const result = runCommand(getCodexBin(), codexArgs);
213
- const saved = saveRun(mode, codexArgs, result, lastMessagePath);
214
-
215
- if (result.status !== 0) {
216
- const message = [
217
- `Codex ${mode} failed.`,
218
- saved.metadata.stderr || 'No stderr captured.',
219
- `Saved metadata: ${saved.metadata.eventsPath}`,
220
- ].join('\n');
221
- console.error(message);
222
- process.exitCode = result.status || 1;
223
- return;
224
- }
225
-
226
- if (saved.lastMessage.trim()) {
227
- process.stdout.write(saved.lastMessage);
228
- if (!saved.lastMessage.endsWith('\n')) {
229
- process.stdout.write('\n');
230
- }
231
- }
232
- process.stdout.write(`\nSaved metadata: ${resolveLatestMetadataPath()}\n`);
233
- }
234
-
235
- function main() {
236
- const parsed = parseArgs(process.argv.slice(2));
237
- const command = parsed._[0];
238
- const prompt = parsed.prompt || parsed._.slice(1).join(' ').trim() || '';
239
-
240
- switch (command) {
241
- case 'setup':
242
- commandSetup();
243
- return;
244
- case 'status':
245
- commandStatus();
246
- return;
247
- case 'result':
248
- commandResult();
249
- return;
250
- case 'review':
251
- case 'adversarial-review':
252
- case 'second-pass':
253
- commandRun(command, {
254
- base: parsed.base,
255
- commit: parsed.commit,
256
- uncommitted: parsed.uncommitted === true,
257
- title: parsed.title,
258
- model: parsed.model,
259
- prompt,
260
- });
261
- return;
262
- default:
263
- console.error([
264
- 'Usage:',
265
- ' node plugins/claude-codex-bridge/scripts/codex-bridge.js setup',
266
- ' node plugins/claude-codex-bridge/scripts/codex-bridge.js review [--uncommitted|--base main|--commit <sha>] [--prompt "..."]',
267
- ' node plugins/claude-codex-bridge/scripts/codex-bridge.js adversarial-review [--uncommitted|--base main|--commit <sha>] [--prompt "..."]',
268
- ' node plugins/claude-codex-bridge/scripts/codex-bridge.js second-pass --prompt "..."',
269
- ' node plugins/claude-codex-bridge/scripts/codex-bridge.js status',
270
- ' node plugins/claude-codex-bridge/scripts/codex-bridge.js result',
271
- ].join('\n'));
272
- process.exitCode = 1;
273
- }
274
- }
275
-
276
- if (require.main === module) {
277
- main();
278
- }
279
-
280
- module.exports = {
281
- buildCodexArgs,
282
- getDataRoot,
283
- getPluginRoot,
284
- loadLatestRun,
285
- parseArgs,
286
- };
@@ -1,24 +0,0 @@
1
- ---
2
- name: adversarial-review
3
- description: Run a skeptical Codex review from Claude Code that hunts for hidden regressions, unsafe assumptions, and release risk. Use before merges, deploys, migrations, or other risky changes.
4
- ---
5
-
6
- # Adversarial Review
7
-
8
- Default to the current uncommitted workspace unless the user explicitly provides `base=<branch>` or `commit=<sha>`.
9
-
10
- Run one of:
11
-
12
- ```bash
13
- node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.js" adversarial-review --uncommitted
14
- node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.js" adversarial-review --base main
15
- node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.js" adversarial-review --commit <sha>
16
- ```
17
-
18
- If the user asks for a specific threat model such as security, rollback safety, billing, or data loss, pass that in `--prompt`.
19
-
20
- When reporting back:
21
-
22
- - lead with concrete risks
23
- - separate proven issues from speculation
24
- - mention the saved artifact path if the user wants the full Codex output
@@ -1,22 +0,0 @@
1
- ---
2
- name: result
3
- description: Print the latest saved Codex bridge result from Claude Code without rerunning Codex. Use when the user asks for the last Codex output or wants to inspect the raw bridge result.
4
- ---
5
-
6
- # Result
7
-
8
- Run:
9
-
10
- ```bash
11
- node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.js" result
12
- ```
13
-
14
- If a result exists:
15
-
16
- - show the raw saved output
17
- - do not rerun Codex unless the user explicitly asks for a fresh pass
18
-
19
- If no result exists:
20
-
21
- - state that no saved artifact exists yet
22
- - suggest running `/codex-bridge:review`, `/codex-bridge:adversarial-review`, or `/codex-bridge:second-pass`
@@ -1,28 +0,0 @@
1
- ---
2
- name: review
3
- description: Run a Codex review from Claude Code against the current uncommitted work, a base branch diff, or a specific commit. Use when the user explicitly asks for a Codex review or second reviewer.
4
- ---
5
-
6
- # Review
7
-
8
- When this skill is invoked, translate the request into one of these bridge calls:
9
-
10
- - default: current uncommitted work
11
- - `base=<branch>`: compare against a branch such as `main`
12
- - `commit=<sha>`: review one commit
13
-
14
- Prefer these forms:
15
-
16
- ```bash
17
- node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.js" review --uncommitted
18
- node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.js" review --base main
19
- node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.js" review --commit <sha>
20
- ```
21
-
22
- If the user gave a focus area, pass it as `--prompt "..."`.
23
-
24
- After the bridge returns:
25
-
26
- 1. summarize the highest-signal findings
27
- 2. mention the saved artifact path if the user may want to inspect the raw result
28
- 3. do not pretend Codex found issues if the result says no issues
@@ -1,27 +0,0 @@
1
- ---
2
- name: second-pass
3
- description: Hand the current task or repo state to Codex for an independent second pass from inside Claude Code. Use when the user explicitly wants another agent to take a shot after Claude's first pass.
4
- ---
5
-
6
- # Second Pass
7
-
8
- Use this skill only when the user explicitly asks for a Codex handoff or second pass.
9
-
10
- Build a concise task prompt from the user request and current repo context, then run:
11
-
12
- ```bash
13
- node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.js" second-pass --prompt "<task prompt>"
14
- ```
15
-
16
- Good task prompts are concrete:
17
-
18
- - what changed
19
- - what still looks risky
20
- - what Codex should do next
21
- - whether the user wants edits, a plan, or just a review
22
-
23
- After the bridge returns:
24
-
25
- 1. summarize what Codex recommended or changed
26
- 2. mention the saved artifact path if the user wants the raw result
27
- 3. keep Claude's own judgment separate from Codex's output
@@ -1,21 +0,0 @@
1
- ---
2
- name: setup
3
- description: Validate that the Codex bridge plugin is ready inside Claude Code. Use when the user asks to install, configure, or sanity-check Codex review from Claude.
4
- ---
5
-
6
- # Setup
7
-
8
- Use this skill only when the user explicitly wants to verify the bridge.
9
-
10
- Run:
11
-
12
- ```bash
13
- node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.js" setup
14
- ```
15
-
16
- Then explain:
17
-
18
- - whether `codex` is installed
19
- - whether `codex exec review` is available
20
- - where the persistent bridge artifact directory lives
21
- - whether ThumbGate's bundled `thumbgate` MCP server config is present
@@ -1,19 +0,0 @@
1
- ---
2
- name: status
3
- description: Show the latest Codex bridge artifact metadata from Claude Code. Use when the user asks whether the bridge already ran, what mode it used, or where the result was saved.
4
- ---
5
-
6
- # Status
7
-
8
- Run:
9
-
10
- ```bash
11
- node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.js" status
12
- ```
13
-
14
- Summarize:
15
-
16
- - latest mode
17
- - timestamp
18
- - exit status
19
- - artifact paths
@@ -1,55 +0,0 @@
1
- # Claude Code: ThumbGate Feedback Skill Install
2
-
3
- Install the skill in under 60 seconds. No manual file editing required.
4
-
5
- ## One-Command Install
6
-
7
- ```bash
8
- cp plugins/claude-skill/SKILL.md .claude/skills/thumbgate-feedback.md
9
- ```
10
-
11
- Or from the published npm package:
12
-
13
- ```bash
14
- npx thumbgate init
15
- cp node_modules/thumbgate/plugins/claude-skill/SKILL.md .claude/skills/thumbgate-feedback.md
16
- ```
17
-
18
- ## What This Does
19
-
20
- Copies the skill definition to `.claude/skills/` so Claude Code loads it automatically on next launch.
21
-
22
- The skill activates on triggers: "thumbs up", "thumbs down", "that worked", "that failed".
23
-
24
- ## Verify
25
-
26
- After copying, restart Claude Code and run:
27
-
28
- ```bash
29
- # Claude Code will show available skills:
30
- # thumbgate-feedback — Capture thumbs up/down feedback into structured memories
31
- ```
32
-
33
- Then test it:
34
-
35
- ```bash
36
- npx thumbgate capture --feedback=up --context="skill install verified" --tags="install"
37
- ```
38
-
39
- ## What You Get
40
-
41
- - Automatic feedback capture on quality signals
42
- - Prevention rules generated from repeated mistakes
43
- - Session-start context loading: `npm run feedback:summary && npm run feedback:rules`
44
-
45
- ## Requirements
46
-
47
- - Claude Code (any version)
48
- - Node.js 18+ in PATH
49
- - `.thumbgate/` directory (created by `npx thumbgate init`)
50
-
51
- ## Uninstall
52
-
53
- ```bash
54
- rm .claude/skills/thumbgate-feedback.md
55
- ```