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,421 +0,0 @@
1
- #!/usr/bin/env node
2
- /**
3
- * PR Manager — High-Throughput Merge & Blocker Diagnosis
4
- *
5
- * Inspired by the 2026 GitHub 'Quick Access' update. Centralizes merge status
6
- * detection and triggers autonomous self-healing for common blockers.
7
- */
8
-
9
- 'use strict';
10
-
11
- const fs = require('node:fs');
12
- const path = require('node:path');
13
- const { spawnSync } = require('node:child_process');
14
- const PR_FIELDS = 'number,state,mergeable,mergeStateStatus,statusCheckRollup,reviewDecision,isDraft,title,url,headRefOid,baseRefName,mergeCommit,mergedAt,mergedBy';
15
- const PR_CHECK_FIELDS = 'bucket,name,state,workflow,link,event';
16
- const MERGE_QUALITY_CHECKS = JSON.parse(
17
- fs.readFileSync(path.join(__dirname, '..', 'config', 'merge-quality-checks.json'), 'utf8')
18
- );
19
- const FIXED_GH_BINARIES = [
20
- '/usr/bin/gh',
21
- '/usr/local/bin/gh',
22
- '/opt/homebrew/bin/gh',
23
- ];
24
- const SUCCESSFUL_CHECK_CONCLUSIONS = new Set(['SUCCESS', 'SKIPPED', 'NEUTRAL']);
25
- const FAILING_CHECK_CONCLUSIONS = new Set([
26
- 'ACTION_REQUIRED',
27
- 'CANCELLED',
28
- 'FAILURE',
29
- 'STALE',
30
- 'STARTUP_FAILURE',
31
- 'TIMED_OUT',
32
- ]);
33
- const PASSING_BUCKETS = new Set((MERGE_QUALITY_CHECKS.passingBuckets || []).map((value) => String(value || '').toLowerCase()));
34
- const PENDING_BUCKETS = new Set((MERGE_QUALITY_CHECKS.pendingBuckets || []).map((value) => String(value || '').toLowerCase()));
35
- const FAILING_BUCKETS = new Set((MERGE_QUALITY_CHECKS.failingBuckets || []).map((value) => String(value || '').toLowerCase()));
36
-
37
- function assertSafeGhArgs(args) {
38
- if (!Array.isArray(args) || args.length === 0) {
39
- throw new Error('GH CLI args must be a non-empty array.');
40
- }
41
-
42
- return args.map((arg) => {
43
- const normalized = String(arg ?? '');
44
- if (!normalized || /\0/.test(normalized)) {
45
- throw new Error(`Unsafe GH CLI arg: ${arg}`);
46
- }
47
- return normalized;
48
- });
49
- }
50
-
51
- function normalizePrNumber(prNumber, { allowEmpty = true } = {}) {
52
- const normalized = String(prNumber ?? '').trim();
53
- if (!normalized) {
54
- if (allowEmpty) {
55
- return '';
56
- }
57
- throw new Error('PR number is required.');
58
- }
59
-
60
- if (!/^[1-9]\d*$/.test(normalized)) {
61
- throw new Error(`Unsafe PR number: ${prNumber}`);
62
- }
63
-
64
- return normalized;
65
- }
66
-
67
- function resolveGhBinary(options = {}) {
68
- const accessSync = options.accessSync || fs.accessSync;
69
- const candidates = [];
70
- const configuredBinary = String(process.env.THUMBGATE_GH_BIN || '').trim();
71
-
72
- if (configuredBinary) {
73
- if (!path.isAbsolute(configuredBinary)) {
74
- throw new Error(`Unsafe GH binary path: ${configuredBinary}`);
75
- }
76
- candidates.push(configuredBinary);
77
- }
78
-
79
- candidates.push(...FIXED_GH_BINARIES);
80
-
81
- for (const candidate of candidates) {
82
- try {
83
- accessSync(candidate, fs.constants.X_OK);
84
- return candidate;
85
- } catch {
86
- continue;
87
- }
88
- }
89
-
90
- throw new Error(`Unable to locate GH CLI in fixed paths: ${candidates.join(', ')}`);
91
- }
92
-
93
- function runGh(args, options = {}) {
94
- return spawnSync(resolveGhBinary(options), assertSafeGhArgs(args), {
95
- encoding: 'utf-8',
96
- stdio: ['ignore', 'pipe', 'pipe'],
97
- });
98
- }
99
-
100
- function formatGhError(result) {
101
- return (result.stderr || result.stdout || 'Unknown GH CLI failure').trim();
102
- }
103
-
104
- function isMissingCurrentBranchPr(result, prNumber) {
105
- if (prNumber) {
106
- return false;
107
- }
108
-
109
- return /no pull requests found for branch/i.test(formatGhError(result));
110
- }
111
-
112
- /**
113
- * Fetch granular PR status using GH CLI
114
- */
115
- function getPrStatus(prNumber = '', runner = runGh) {
116
- const normalizedPrNumber = normalizePrNumber(prNumber);
117
- const args = ['pr', 'view'];
118
- if (normalizedPrNumber) args.push(normalizedPrNumber);
119
- args.push('--json', PR_FIELDS);
120
-
121
- const result = runner(args);
122
- if (result.status !== 0) {
123
- if (isMissingCurrentBranchPr(result, normalizedPrNumber)) {
124
- return null;
125
- }
126
-
127
- throw new Error(`Failed to fetch PR status: ${formatGhError(result)}`);
128
- }
129
- return JSON.parse(result.stdout);
130
- }
131
-
132
- function getPrChecks(prNumber = '', runner = runGh) {
133
- const normalizedPrNumber = normalizePrNumber(prNumber, { allowEmpty: false });
134
- const result = runner(['pr', 'checks', normalizedPrNumber, '--json', PR_CHECK_FIELDS]);
135
- if (result.status !== 0) {
136
- throw new Error(`Failed to fetch PR checks: ${formatGhError(result)}`);
137
- }
138
-
139
- return JSON.parse(result.stdout || '[]');
140
- }
141
-
142
- function listOpenPrs(runner = runGh) {
143
- const result = runner(['pr', 'list', '--state', 'open', '--json', PR_FIELDS]);
144
- if (result.status !== 0) {
145
- throw new Error(`Failed to list open PRs: ${formatGhError(result)}`);
146
- }
147
-
148
- return JSON.parse(result.stdout || '[]');
149
- }
150
-
151
- function isOpenPr(pr) {
152
- return Boolean(pr) && String(pr.state || 'OPEN').toUpperCase() === 'OPEN';
153
- }
154
-
155
- function loadManagedPrs(prNumber = '', runner = runGh) {
156
- if (prNumber) {
157
- return [getPrStatus(prNumber, runner)];
158
- }
159
-
160
- const currentBranchPr = getPrStatus('', runner);
161
- if (isOpenPr(currentBranchPr)) {
162
- return [currentBranchPr];
163
- }
164
-
165
- return listOpenPrs(runner);
166
- }
167
-
168
- function summarizeChecks(checks = []) {
169
- const failing = [];
170
- const pending = [];
171
-
172
- for (const check of checks) {
173
- const name = check.name || 'unknown-check';
174
- const bucket = String(check.bucket || '').toLowerCase();
175
- if (bucket) {
176
- if (FAILING_BUCKETS.has(bucket)) {
177
- failing.push(name);
178
- continue;
179
- }
180
-
181
- if (PENDING_BUCKETS.has(bucket)) {
182
- pending.push(name);
183
- continue;
184
- }
185
-
186
- if (PASSING_BUCKETS.has(bucket)) {
187
- continue;
188
- }
189
- }
190
-
191
- const conclusion = check.conclusion || null;
192
- const status = check.status || (conclusion ? 'COMPLETED' : 'UNKNOWN');
193
-
194
- if (status !== 'COMPLETED') {
195
- pending.push(name);
196
- continue;
197
- }
198
-
199
- if (conclusion && FAILING_CHECK_CONCLUSIONS.has(conclusion)) {
200
- failing.push(name);
201
- continue;
202
- }
203
-
204
- if (conclusion && !SUCCESSFUL_CHECK_CONCLUSIONS.has(conclusion)) {
205
- pending.push(name);
206
- }
207
- }
208
-
209
- return { failing, pending };
210
- }
211
-
212
- function sleep(ms) {
213
- if (!ms || ms <= 0) return;
214
- Atomics.wait(new Int32Array(new SharedArrayBuffer(4)), 0, 0, ms);
215
- }
216
-
217
- /**
218
- * Diagnose and resolve blockers autonomously
219
- */
220
- async function resolveBlockers(pr, runner = runGh) {
221
- const title = pr.title || 'Untitled PR';
222
- const mergeState = pr.mergeStateStatus || 'UNKNOWN';
223
- const mergeable = pr.mergeable || 'UNKNOWN';
224
-
225
- console.log(`[PR Manager] Diagnosing PR #${pr.number}: "${title}"`);
226
- console.log(`[PR Manager] Merge State: ${mergeState} | Mergeable: ${mergeable}`);
227
-
228
- if (pr.isDraft) {
229
- console.log('[PR Manager] PR is a draft. Skipping.');
230
- return { status: 'skipped', reason: 'draft' };
231
- }
232
-
233
- // 1. Handle Outdated Branch (BEHIND)
234
- if (pr.mergeStateStatus === 'BEHIND') {
235
- console.log('[PR Manager] PR is behind main. Triggering auto-update...');
236
- const update = runner(['pr', 'update-branch', pr.number.toString()]);
237
- if (update.status === 0) {
238
- return { status: 'healing', action: 'update-branch' };
239
- }
240
- }
241
-
242
- // 2. Handle Merge Conflicts (DIRTY)
243
- if (pr.mergeStateStatus === 'DIRTY' || pr.mergeable === 'CONFLICTING') {
244
- console.log('[PR Manager] CRITICAL: Merge conflicts detected. Manual intervention or advanced rebase required.');
245
- return { status: 'blocked', reason: 'conflicts' };
246
- }
247
-
248
- // 3. Handle CI Failures
249
- let checks = pr.statusCheckRollup || [];
250
- let checkSource = 'statusCheckRollup';
251
-
252
- if (pr.number) {
253
- try {
254
- checks = getPrChecks(pr.number, runner);
255
- checkSource = 'gh pr checks';
256
- } catch (error) {
257
- console.warn(`[PR Manager] Falling back to statusCheckRollup for PR #${pr.number}: ${error.message}`);
258
- }
259
- }
260
-
261
- const checkSummary = summarizeChecks(checks);
262
- const failingChecks = checkSummary.failing;
263
-
264
- if (failingChecks.length > 0) {
265
- console.log(`[PR Manager] BLOCKED: ${failingChecks.length} failing quality checks via ${checkSource}.`);
266
- return { status: 'blocked', reason: 'ci_failure', checks: failingChecks, checkSource };
267
- }
268
-
269
- if (checkSummary.pending.length > 0) {
270
- console.log(`[PR Manager] BLOCKED: ${checkSummary.pending.length} quality checks still pending via ${checkSource}.`);
271
- return { status: 'blocked', reason: 'ci_pending', checks: checkSummary.pending, checkSource };
272
- }
273
-
274
- // 4. Handle Review Blockers
275
- if (pr.reviewDecision === 'CHANGES_REQUESTED') {
276
- console.log('[PR Manager] BLOCKED: Changes requested by reviewer.');
277
- return { status: 'blocked', reason: 'changes_requested' };
278
- }
279
-
280
- if (pr.reviewDecision === 'REVIEW_REQUIRED') {
281
- console.log('[PR Manager] BLOCKED: Required review is still outstanding.');
282
- return { status: 'blocked', reason: 'review_required' };
283
- }
284
-
285
- // 5. Ready to Merge
286
- if (pr.mergeStateStatus === 'CLEAN' && pr.mergeable === 'MERGEABLE') {
287
- console.log('[PR Manager] SUCCESS: PR is ready for protected autonomous merge.');
288
- return { status: 'ready' };
289
- }
290
-
291
- return { status: 'pending', reason: 'unknown_state' };
292
- }
293
-
294
- function waitForMergeCommit(prNumber, runner = runGh, options = {}) {
295
- const timeoutMs = Number.isFinite(options.timeoutMs) ? options.timeoutMs : 300000;
296
- const intervalMs = Number.isFinite(options.intervalMs) ? options.intervalMs : 10000;
297
- const startedAt = Date.now();
298
-
299
- do {
300
- const pr = getPrStatus(prNumber, runner);
301
- if (pr && String(pr.state || '').toUpperCase() === 'MERGED' && pr.mergeCommit && pr.mergeCommit.oid) {
302
- return {
303
- finalized: true,
304
- merged: true,
305
- mergeCommit: pr.mergeCommit.oid,
306
- mergedAt: pr.mergedAt || null,
307
- mergedBy: pr.mergedBy && pr.mergedBy.login ? pr.mergedBy.login : null,
308
- pr,
309
- };
310
- }
311
-
312
- if (pr && String(pr.state || '').toUpperCase() === 'CLOSED') {
313
- return {
314
- finalized: true,
315
- merged: false,
316
- reason: 'closed_without_merge',
317
- pr,
318
- };
319
- }
320
-
321
- if (intervalMs <= 0) {
322
- break;
323
- }
324
-
325
- if ((Date.now() - startedAt + intervalMs) > timeoutMs) {
326
- break;
327
- }
328
-
329
- sleep(intervalMs);
330
- } while ((Date.now() - startedAt) <= timeoutMs);
331
-
332
- return {
333
- finalized: false,
334
- merged: false,
335
- reason: 'merge_commit_pending',
336
- };
337
- }
338
-
339
- /**
340
- * Perform autonomous merge
341
- */
342
- function performMerge(prNumber, runner = runGh, options = {}) {
343
- const normalizedPrNumber = normalizePrNumber(prNumber, { allowEmpty: false });
344
- const args = ['pr', 'merge', normalizedPrNumber, '--squash', '--delete-branch'];
345
- console.log(`[PR Manager] Initiating protected squash merge for PR #${normalizedPrNumber}...`);
346
- const result = runner(args);
347
- if (result.status === 0) {
348
- const output = `${result.stdout || ''}\n${result.stderr || ''}`;
349
- const mode = /merge queue|queued/i.test(output) ? 'queued' : 'merged';
350
- console.log(`[PR Manager] Merge accepted for PR #${normalizedPrNumber} (${mode}).`);
351
- const mergeStatus = options.waitForMerge === false
352
- ? { finalized: false, merged: false, reason: 'merge_commit_pending' }
353
- : waitForMergeCommit(normalizedPrNumber, runner, options);
354
- return { ok: true, mode, args, ...mergeStatus };
355
- } else {
356
- console.error(`[PR Manager] Merge failed: ${formatGhError(result)}`);
357
- return { ok: false, mode: 'failed', args, error: formatGhError(result) };
358
- }
359
- }
360
-
361
- async function managePrs(prNumber = '', runner = runGh, options = {}) {
362
- const prs = loadManagedPrs(prNumber, runner).filter(Boolean);
363
-
364
- if (prs.length === 0) {
365
- console.log('[PR Manager] No open pull requests found.');
366
- return { status: 'noop', prs: [] };
367
- }
368
-
369
- const results = [];
370
- for (const pr of prs) {
371
- const outcome = await resolveBlockers(pr, runner);
372
- if (outcome.status === 'ready') {
373
- const mergeResult = performMerge(pr.number, runner, options);
374
- outcome.mergeRequested = mergeResult.ok;
375
- outcome.mergeMode = mergeResult.mode;
376
- if (mergeResult.mergeCommit) {
377
- outcome.mergeCommit = mergeResult.mergeCommit;
378
- }
379
- if (mergeResult.finalized !== undefined) {
380
- outcome.mergeFinalized = mergeResult.finalized;
381
- }
382
- if (mergeResult.reason) {
383
- outcome.mergeResolution = mergeResult.reason;
384
- }
385
- }
386
-
387
- results.push({
388
- number: pr.number,
389
- title: pr.title,
390
- outcome,
391
- });
392
- }
393
-
394
- return { status: 'ok', prs: results };
395
- }
396
-
397
- if (require.main === module) {
398
- const prNum = process.argv[2];
399
- managePrs(prNum).then(() => {
400
- process.exit(0);
401
- }).catch((err) => {
402
- console.error(err.message);
403
- process.exit(1);
404
- });
405
- }
406
-
407
- module.exports = {
408
- assertSafeGhArgs,
409
- getPrStatus,
410
- getPrChecks,
411
- listOpenPrs,
412
- isOpenPr,
413
- loadManagedPrs,
414
- normalizePrNumber,
415
- resolveBlockers,
416
- resolveGhBinary,
417
- waitForMergeCommit,
418
- performMerge,
419
- managePrs,
420
- summarizeChecks,
421
- };
@@ -1,162 +0,0 @@
1
- 'use strict';
2
-
3
- /**
4
- * MemAlign-style principle extraction from NL feedback.
5
- *
6
- * Distills whatWentWrong / whatToChange / whatWorked into reusable
7
- * NEVER/ALWAYS semantic principles stored in principles.jsonl.
8
- */
9
-
10
- const fs = require('fs');
11
- const path = require('path');
12
- const { getFeedbackPaths, readJSONL, inferDomain } = require('./feedback-loop');
13
-
14
- const PRINCIPLES_FILENAME = 'principles.jsonl';
15
-
16
- /**
17
- * Extract a semantic principle from a single feedback entry.
18
- *
19
- * @param {object} entry - A feedback log entry.
20
- * @returns {object|null} A principle object or null if nothing extractable.
21
- */
22
- function extractPrinciple(entry) {
23
- if (!entry) return null;
24
-
25
- const signal = String(entry.signal || '').toLowerCase();
26
- const isNegative = ['negative', 'down', 'thumbs-down', 'thumbsdown'].includes(signal);
27
- const isPositive = ['positive', 'up', 'thumbs-up', 'thumbsup'].includes(signal);
28
-
29
- if (!isNegative && !isPositive) return null;
30
-
31
- const tags = Array.isArray(entry.tags) ? entry.tags : [];
32
- const domain = inferDomain(tags, entry.context || '');
33
-
34
- if (isNegative) {
35
- const wrong = (entry.whatWentWrong || '').trim();
36
- const change = (entry.whatToChange || '').trim();
37
- if (!wrong && !change) return null;
38
-
39
- const text = change
40
- ? `NEVER: ${wrong || change}. INSTEAD: ${change}`
41
- : `NEVER: ${wrong}`;
42
-
43
- return {
44
- id: `prin_${Date.now()}_${Math.random().toString(36).slice(2, 8)}`,
45
- type: 'constraint',
46
- polarity: 'negative',
47
- text,
48
- source: wrong,
49
- correction: change || null,
50
- tags,
51
- domain,
52
- sourceCount: 1,
53
- createdAt: new Date().toISOString(),
54
- };
55
- }
56
-
57
- // Positive
58
- const worked = (entry.whatWorked || '').trim();
59
- if (!worked) return null;
60
-
61
- return {
62
- id: `prin_${Date.now()}_${Math.random().toString(36).slice(2, 8)}`,
63
- type: 'heuristic',
64
- polarity: 'positive',
65
- text: `ALWAYS: ${worked}`,
66
- source: worked,
67
- correction: null,
68
- tags,
69
- domain,
70
- sourceCount: 1,
71
- createdAt: new Date().toISOString(),
72
- };
73
- }
74
-
75
- /**
76
- * Batch-extract principles from a feedback log, deduplicating by text.
77
- *
78
- * @param {string} [logPath] - Path to feedback-log.jsonl.
79
- * @param {string} [principlesPath] - Path to write principles.jsonl.
80
- * @returns {{ created: number, updated: number, total: number }}
81
- */
82
- function extractAllPrinciples(logPath, principlesPath) {
83
- const paths = getFeedbackPaths();
84
- const feedbackLog = logPath || paths.FEEDBACK_LOG_PATH;
85
- const outPath = principlesPath || path.join(path.dirname(feedbackLog), PRINCIPLES_FILENAME);
86
-
87
- const entries = readJSONL(feedbackLog);
88
- const existing = readJSONL(outPath);
89
-
90
- // Index existing by normalized text for dedup
91
- const byText = new Map();
92
- for (const p of existing) {
93
- if (p && p.text) byText.set(p.text, p);
94
- }
95
-
96
- let created = 0;
97
- let updated = 0;
98
-
99
- for (const entry of entries) {
100
- const principle = extractPrinciple(entry);
101
- if (!principle) continue;
102
-
103
- const match = byText.get(principle.text);
104
- if (match) {
105
- match.sourceCount = (match.sourceCount || 1) + 1;
106
- updated++;
107
- } else {
108
- byText.set(principle.text, principle);
109
- created++;
110
- }
111
- }
112
-
113
- // Write all principles
114
- const dir = path.dirname(outPath);
115
- if (!fs.existsSync(dir)) fs.mkdirSync(dir, { recursive: true });
116
- const lines = [...byText.values()].map((p) => JSON.stringify(p)).join('\n');
117
- fs.writeFileSync(outPath, lines ? `${lines}\n` : '');
118
-
119
- return { created, updated, total: byText.size };
120
- }
121
-
122
- /**
123
- * Retrieve principles with optional filtering.
124
- *
125
- * @param {object} opts
126
- * @param {string[]} [opts.tags] - Filter by tags (any match).
127
- * @param {string} [opts.domain] - Filter by domain.
128
- * @param {number} [opts.limit] - Max results.
129
- * @param {string} [opts.principlesPath] - Path to principles.jsonl.
130
- * @returns {object[]} Matching principles.
131
- */
132
- function getPrinciples({ tags, domain, limit, principlesPath } = {}) {
133
- const paths = getFeedbackPaths();
134
- const filePath = principlesPath || path.join(paths.FEEDBACK_DIR, PRINCIPLES_FILENAME);
135
- const all = readJSONL(filePath);
136
-
137
- let results = all;
138
-
139
- if (tags && tags.length > 0) {
140
- const tagSet = new Set(tags.map((t) => t.toLowerCase()));
141
- results = results.filter((p) =>
142
- Array.isArray(p.tags) && p.tags.some((t) => tagSet.has(t.toLowerCase()))
143
- );
144
- }
145
-
146
- if (domain) {
147
- results = results.filter((p) => p.domain === domain);
148
- }
149
-
150
- if (typeof limit === 'number' && limit > 0) {
151
- results = results.slice(0, limit);
152
- }
153
-
154
- return results;
155
- }
156
-
157
- module.exports = {
158
- PRINCIPLES_FILENAME,
159
- extractPrinciple,
160
- extractAllPrinciples,
161
- getPrinciples,
162
- };
@@ -1,41 +0,0 @@
1
- 'use strict';
2
- const { isProLicensed } = require('./license');
3
- const {
4
- PRO_MONTHLY_PAYMENT_LINK,
5
- PRO_PRICE_LABEL,
6
- TEAM_PRICE_LABEL,
7
- } = require('./commercial-offer');
8
-
9
- const PRO_URL = PRO_MONTHLY_PAYMENT_LINK;
10
-
11
- function requirePro(
12
- featureName,
13
- {
14
- isProLicensedFn = isProLicensed,
15
- write = (message) => process.stderr.write(message),
16
- } = {}
17
- ) {
18
- if (isProLicensedFn()) return true;
19
- const descriptions = {
20
- 'dpo-export': 'Export feedback as DPO training pairs for model fine-tuning',
21
- 'dpo-synthesis': 'Generate synthetic DPO pairs from existing feedback patterns',
22
- 'multi-hop-recall': 'Multi-hop recall — chain related lessons for deeper context',
23
- 'databricks-export': 'Export to Databricks ML pipeline format',
24
- 'dashboard-search': 'Search, filter, and edit lessons across all repos',
25
- 'multi-repo-sync': 'Sync prevention rules across multiple repositories',
26
- 'custom-gates': 'Create custom pre-action gates beyond the defaults',
27
- 'advanced-thompson': 'Advanced Thompson Sampling with custom priors and decay',
28
- 'rule-analytics': 'Analytics on which rules fire most and their block rates',
29
- 'team-sharing': 'Share lesson databases across team members',
30
- };
31
- const desc = descriptions[featureName] || featureName;
32
- write(
33
- `\n 🔒 Pro Feature Required: ${desc}\n` +
34
- ` Pro: ${PRO_PRICE_LABEL} — ${PRO_URL}\n` +
35
- ` Team: ${TEAM_PRICE_LABEL} after workflow qualification\n` +
36
- ` Or run: npx thumbgate pro\n\n`
37
- );
38
- return false;
39
- }
40
-
41
- module.exports = { requirePro, PRO_URL };