thumbgate 1.27.17 → 1.27.18
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/marketplace.json +85 -0
- package/.claude-plugin/plugin.json +3 -4
- package/.well-known/llms.txt +12 -33
- package/.well-known/mcp/server-card.json +8 -8
- package/README.md +30 -221
- package/adapters/chatgpt/openapi.yaml +1695 -0
- package/adapters/claude/.mcp.json +2 -2
- package/adapters/gemini/function-declarations.json +0 -1
- package/adapters/mcp/server-stdio.js +11 -263
- package/adapters/opencode/opencode.json +1 -1
- package/bench/thumbgate-bench.json +2 -2
- package/bin/cli.js +122 -1421
- package/bin/postinstall.js +27 -11
- package/config/gate-templates.json +0 -216
- package/config/gates/claim-verification.json +0 -12
- package/config/gates/default.json +2 -31
- package/config/github-about.json +2 -2
- package/config/mcp-allowlists.json +13 -23
- package/config/merge-quality-checks.json +1 -0
- package/config/model-candidates.json +6 -121
- package/openapi/openapi.yaml +0 -12
- package/package.json +99 -229
- package/public/blog.html +4 -4
- package/public/codex-plugin.html +20 -72
- package/public/compare.html +8 -31
- package/public/dashboard.html +166 -930
- package/public/federal.html +2 -2
- package/public/guide.html +9 -33
- package/public/index.html +116 -495
- package/public/learn.html +18 -191
- package/public/lessons.html +10 -168
- package/public/numbers.html +7 -7
- package/public/pro.html +11 -34
- package/scripts/agent-memory-lifecycle.js +0 -211
- package/scripts/agent-readiness.js +3 -167
- package/scripts/agent-reward-model.js +1 -53
- package/scripts/auto-promote-gates.js +10 -82
- package/scripts/auto-wire-hooks.js +0 -14
- package/scripts/billing.js +1 -93
- package/scripts/build-metadata.js +10 -50
- package/scripts/cli-feedback.js +6 -18
- package/scripts/cli-schema.js +0 -90
- package/scripts/cli-telemetry.js +1 -6
- package/scripts/commercial-offer.js +2 -82
- package/scripts/context-manager.js +6 -74
- package/scripts/dashboard.js +2 -68
- package/scripts/durability/step.js +3 -3
- package/scripts/export-databricks-bundle.js +1 -5
- package/scripts/export-dpo-pairs.js +2 -7
- package/scripts/feedback-loop.js +1 -145
- package/scripts/feedback-quality.js +0 -87
- package/scripts/filesystem-search.js +10 -35
- package/scripts/gate-stats.js +0 -89
- package/scripts/gates-engine.js +85 -1105
- package/scripts/gemini-embedding-policy.js +1 -2
- package/scripts/hook-runtime.js +14 -20
- package/scripts/hook-thumbgate-cache-updater.js +2 -18
- package/scripts/hybrid-feedback-context.js +7 -142
- package/scripts/lesson-inference.js +3 -8
- package/scripts/lesson-search.js +1 -17
- package/scripts/license.js +1 -0
- package/scripts/llm-client.js +9 -390
- package/scripts/local-model-profile.js +8 -15
- package/scripts/memory-scope-readiness.js +0 -159
- package/scripts/meta-agent-loop.js +0 -36
- package/scripts/operational-integrity.js +5 -39
- package/scripts/oss-pr-opportunity-scout.js +5 -35
- package/scripts/plausible-server-events.js +6 -9
- package/scripts/pro-local-dashboard.js +4 -4
- package/scripts/proxy-pointer-rag-guardrails.js +1 -42
- package/scripts/rate-limiter.js +13 -64
- package/scripts/secret-scanner.js +5 -44
- package/scripts/security-scanner.js +10 -260
- package/scripts/self-distill-agent.js +1 -3
- package/scripts/seo-gsd.js +2 -916
- package/scripts/statusline-cache-path.js +2 -17
- package/scripts/statusline-local-stats.js +1 -9
- package/scripts/statusline-meta.js +2 -28
- package/scripts/statusline.sh +4 -20
- package/scripts/telemetry-analytics.js +0 -357
- package/scripts/thompson-sampling.js +10 -31
- package/scripts/thumbgate-bench.js +1 -16
- package/scripts/thumbgate-search.js +19 -85
- package/scripts/tool-registry.js +1 -169
- package/scripts/vector-store.js +0 -45
- package/scripts/workflow-sentinel.js +53 -286
- package/scripts/workspace-evolver.js +2 -62
- package/src/api/server.js +290 -2578
- package/.claude/commands/dashboard.md +0 -15
- package/.claude/commands/thumbgate-blocked.md +0 -27
- package/.claude/commands/thumbgate-dashboard.md +0 -15
- package/.claude/commands/thumbgate-doctor.md +0 -30
- package/.claude/commands/thumbgate-guard.md +0 -36
- package/.claude/commands/thumbgate-protect.md +0 -30
- package/.claude/commands/thumbgate-rules.md +0 -30
- package/.well-known/agentic-verify.txt +0 -1
- package/adapters/gcp/dfcx-webhook-gate.js +0 -295
- package/adapters/letta/README.md +0 -41
- package/adapters/letta/thumbgate-letta-adapter.js +0 -133
- package/adapters/policy-engine/ethicore-guardian-client.js +0 -68
- package/adapters/policy-engine/thumbgate-policy-engine-adapter.js +0 -260
- package/bench/observability-eval-suite.json +0 -26
- package/bin/dashboard-cli.js +0 -7
- package/commands/dashboard.md +0 -15
- package/commands/thumbgate-dashboard.md +0 -15
- package/config/builtin-lessons.json +0 -23
- package/config/gate-classifier-routing.json +0 -98
- package/config/post-deploy-marketing-pages.json +0 -61
- package/public/about.html +0 -162
- package/public/agent-manager.html +0 -179
- package/public/agents-cost-savings.html +0 -153
- package/public/ai-malpractice-prevention.html +0 -818
- package/public/assets/brand/github-social-preview.png +0 -0
- package/public/assets/brand/thumbgate-icon-512.png +0 -0
- package/public/assets/brand/thumbgate-icon-pro-512.png +0 -0
- package/public/assets/brand/thumbgate-icon-team-512.png +0 -0
- package/public/assets/brand/thumbgate-logo-1200x360.png +0 -0
- package/public/assets/brand/thumbgate-logo-transparent.svg +0 -22
- package/public/assets/brand/thumbgate-mark-inline-v3.svg +0 -19
- package/public/assets/brand/thumbgate-mark-pro.svg +0 -23
- package/public/assets/brand/thumbgate-mark-team.svg +0 -26
- package/public/assets/brand/thumbgate-mark.svg +0 -21
- package/public/assets/brand/thumbgate-wordmark.svg +0 -20
- package/public/assets/claude-thumbgate-statusbar.svg +0 -8
- package/public/assets/codex-thumbgate-statusbar-test.svg +0 -9
- package/public/assets/legal-intake-control-flow.svg +0 -66
- package/public/brand/thumbgate-mark.svg +0 -19
- package/public/brand/thumbgate-og.svg +0 -16
- package/public/chatgpt-app.html +0 -330
- package/public/codex-enterprise.html +0 -123
- package/public/js/buyer-intent.js +0 -672
- package/public/pricing.html +0 -399
- package/scripts/action-receipts.js +0 -324
- package/scripts/activation-quickstart.js +0 -187
- package/scripts/agent-operations-planner.js +0 -621
- package/scripts/ai-component-inventory.js +0 -367
- package/scripts/async-eval-observability.js +0 -236
- package/scripts/audit.js +0 -65
- package/scripts/aws-blocks-guardrails.js +0 -228
- package/scripts/classifier-routing.js +0 -130
- package/scripts/dashboard-chat.js +0 -332
- package/scripts/feedback-aggregate.js +0 -281
- package/scripts/feedback-sanitizer.js +0 -105
- package/scripts/hob-pack.js +0 -591
- package/scripts/hook-stop-anti-claim.js +0 -301
- package/scripts/install-shim.js +0 -87
- package/scripts/mcp-oauth.js +0 -293
- package/scripts/noop-detect.js +0 -285
- package/scripts/omlx-smoke.js +0 -192
- package/scripts/parallel-workflow-orchestrator.js +0 -293
- package/scripts/plan-gate.js +0 -243
- package/scripts/plausible-domain-config.js +0 -99
- package/scripts/qa-scenario-planner.js +0 -136
- package/scripts/repeat-metric.js +0 -137
- package/scripts/secret-fixture-tokens.js +0 -61
- package/scripts/secret-redaction.js +0 -166
- package/scripts/self-harness-optimizer.js +0 -141
- package/scripts/self-healing-check.js +0 -193
- package/scripts/silent-failure-cluster.js +0 -531
- package/scripts/statusline-cache-read.js +0 -57
- package/scripts/sync-telemetry-from-prod.js +0 -374
- package/scripts/tool-contract-validator.js +0 -76
- package/scripts/trajectory-scorer.js +0 -63
- package/scripts/verify-marketing-pages-deployed.js +0 -195
- package/scripts/visitor-journey.js +0 -172
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "thumbgate",
|
|
3
|
-
"version": "1.27.
|
|
4
|
-
"description": "ThumbGate self-improving agent governance: thumbs-up/down turns every mistake into a prevention rule and blocks repeat patterns.
|
|
5
|
-
"homepage": "https://thumbgate.
|
|
3
|
+
"version": "1.27.18",
|
|
4
|
+
"description": "ThumbGate self-improving agent governance: thumbs-up/down turns every mistake into a prevention rule and blocks repeat patterns. 33 pre-action checks, budget enforcement, and self-protection for Claude Code, Cursor, Codex, Gemini CLI, and Amp.",
|
|
5
|
+
"homepage": "https://thumbgate-production.up.railway.app",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/IgorGanapolsky/ThumbGate.git"
|
|
@@ -12,36 +12,59 @@
|
|
|
12
12
|
},
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"bin": {
|
|
15
|
-
"thumbgate": "bin/cli.js"
|
|
16
|
-
"thumbgate-dashboard": "bin/dashboard-cli.js"
|
|
15
|
+
"thumbgate": "bin/cli.js"
|
|
17
16
|
},
|
|
18
17
|
"files": [
|
|
18
|
+
".claude-plugin/marketplace.json",
|
|
19
|
+
".claude-plugin/plugin.json",
|
|
20
|
+
".well-known/",
|
|
21
|
+
"LICENSE",
|
|
22
|
+
"README.md",
|
|
23
|
+
"adapters/amp/skills/thumbgate-feedback/SKILL.md",
|
|
24
|
+
"adapters/chatgpt/openapi.yaml",
|
|
25
|
+
"adapters/claude/.mcp.json",
|
|
26
|
+
"adapters/codex/config.toml",
|
|
27
|
+
"adapters/forge/forge.yaml",
|
|
28
|
+
"adapters/gemini/function-declarations.json",
|
|
29
|
+
"adapters/mcp/server-stdio.js",
|
|
30
|
+
"adapters/opencode/opencode.json",
|
|
31
|
+
"bench/programbench-smoke.json",
|
|
32
|
+
"bench/prompt-eval-suite.json",
|
|
33
|
+
"bench/thumbgate-bench.json",
|
|
34
|
+
"bin/cli.js",
|
|
35
|
+
"bin/postinstall.js",
|
|
36
|
+
"config/",
|
|
37
|
+
"openapi/",
|
|
38
|
+
"public/blog.html",
|
|
39
|
+
"public/codex-plugin.html",
|
|
40
|
+
"public/compare.html",
|
|
41
|
+
"public/dashboard.html",
|
|
42
|
+
"public/federal.html",
|
|
43
|
+
"public/guide.html",
|
|
44
|
+
"public/index.html",
|
|
45
|
+
"public/learn.html",
|
|
46
|
+
"public/lessons.html",
|
|
47
|
+
"public/numbers.html",
|
|
48
|
+
"public/pro.html",
|
|
19
49
|
"scripts/access-anomaly-detector.js",
|
|
20
|
-
"scripts/action-receipts.js",
|
|
21
|
-
"scripts/activation-quickstart.js",
|
|
22
50
|
"scripts/activation-tracker.js",
|
|
23
51
|
"scripts/agent-audit-trace.js",
|
|
24
52
|
"scripts/agent-design-governance.js",
|
|
25
53
|
"scripts/agent-memory-lifecycle.js",
|
|
26
|
-
"scripts/agent-readiness-plan.js",
|
|
27
54
|
"scripts/agent-readiness.js",
|
|
28
|
-
"scripts/agent-
|
|
55
|
+
"scripts/agent-readiness-plan.js",
|
|
29
56
|
"scripts/agent-reasoning-traces.js",
|
|
30
57
|
"scripts/agent-reward-model.js",
|
|
31
58
|
"scripts/agent-stack-survival-audit.js",
|
|
32
|
-
"scripts/aws-blocks-guardrails.js",
|
|
33
59
|
"scripts/agentic-data-pipeline.js",
|
|
34
|
-
"scripts/ai-component-inventory.js",
|
|
35
60
|
"scripts/ai-engineering-stack-guardrails.js",
|
|
36
61
|
"scripts/ai-search-distribution.js",
|
|
37
62
|
"scripts/analytics-window.js",
|
|
38
|
-
"scripts/
|
|
63
|
+
"scripts/autoresearch-runner.js",
|
|
39
64
|
"scripts/async-job-runner.js",
|
|
40
65
|
"scripts/audit-trail.js",
|
|
41
|
-
"scripts/audit.js",
|
|
42
66
|
"scripts/auto-promote-gates.js",
|
|
43
67
|
"scripts/auto-wire-hooks.js",
|
|
44
|
-
"scripts/autoresearch-runner.js",
|
|
45
68
|
"scripts/background-agent-governance.js",
|
|
46
69
|
"scripts/bayes-optimal-gate.js",
|
|
47
70
|
"scripts/belief-update.js",
|
|
@@ -49,36 +72,34 @@
|
|
|
49
72
|
"scripts/bot-detection.js",
|
|
50
73
|
"scripts/bot-detector.js",
|
|
51
74
|
"scripts/build-metadata.js",
|
|
52
|
-
"scripts/classifier-routing.js",
|
|
53
75
|
"scripts/chatgpt-ads-readiness-pack.js",
|
|
54
76
|
"scripts/claude-feedback-sync.js",
|
|
55
77
|
"scripts/cli-demo.js",
|
|
56
78
|
"scripts/cli-feedback.js",
|
|
57
79
|
"scripts/cli-schema.js",
|
|
58
80
|
"scripts/cli-status.js",
|
|
59
|
-
"scripts/cli-telemetry.js",
|
|
60
81
|
"scripts/cli-test-block.js",
|
|
82
|
+
"scripts/cli-telemetry.js",
|
|
61
83
|
"scripts/cloudflare-dynamic-sandbox.js",
|
|
62
|
-
"scripts/code-graph-guardrails.js",
|
|
63
84
|
"scripts/code-mode-mcp-plan.js",
|
|
64
85
|
"scripts/code-reasoning.js",
|
|
86
|
+
"scripts/code-graph-guardrails.js",
|
|
65
87
|
"scripts/codegraph-context.js",
|
|
66
|
-
"scripts/codex-self-heal.js",
|
|
67
88
|
"scripts/commercial-offer.js",
|
|
68
|
-
"scripts/context-engine.js",
|
|
69
|
-
"scripts/context-footprint.js",
|
|
70
89
|
"scripts/context-manager.js",
|
|
90
|
+
"scripts/context-engine.js",
|
|
71
91
|
"scripts/contextfs.js",
|
|
72
92
|
"scripts/conversation-context.js",
|
|
73
|
-
"scripts/
|
|
93
|
+
"scripts/context-footprint.js",
|
|
94
|
+
"scripts/codex-self-heal.js",
|
|
74
95
|
"scripts/dashboard-render-spec.js",
|
|
75
96
|
"scripts/dashboard.js",
|
|
76
97
|
"scripts/decision-journal.js",
|
|
98
|
+
"scripts/durability/step.js",
|
|
77
99
|
"scripts/deepseek-v4-runtime-guardrails.js",
|
|
78
100
|
"scripts/docker-sandbox-planner.js",
|
|
79
101
|
"scripts/document-intake.js",
|
|
80
102
|
"scripts/document-workflow-governance.js",
|
|
81
|
-
"scripts/durability/step.js",
|
|
82
103
|
"scripts/evolution-state.js",
|
|
83
104
|
"scripts/experiment-tracker.js",
|
|
84
105
|
"scripts/explore-subcommands.js",
|
|
@@ -87,16 +108,14 @@
|
|
|
87
108
|
"scripts/export-dpo-pairs.js",
|
|
88
109
|
"scripts/export-hf-dataset.js",
|
|
89
110
|
"scripts/failure-diagnostics.js",
|
|
90
|
-
"scripts/feedback-aggregate.js",
|
|
91
111
|
"scripts/feedback-attribution.js",
|
|
92
112
|
"scripts/feedback-loop.js",
|
|
93
113
|
"scripts/feedback-paths.js",
|
|
94
114
|
"scripts/feedback-quality.js",
|
|
95
|
-
"scripts/
|
|
115
|
+
"scripts/feedback_quality_eval.py",
|
|
96
116
|
"scripts/feedback-schema.js",
|
|
97
117
|
"scripts/feedback-session.js",
|
|
98
118
|
"scripts/feedback-to-rules.js",
|
|
99
|
-
"scripts/feedback_quality_eval.py",
|
|
100
119
|
"scripts/filesystem-search.js",
|
|
101
120
|
"scripts/fs-utils.js",
|
|
102
121
|
"scripts/gate-stats.js",
|
|
@@ -106,16 +125,13 @@
|
|
|
106
125
|
"scripts/growth-campaigns.js",
|
|
107
126
|
"scripts/harness-selector.js",
|
|
108
127
|
"scripts/hf-papers.js",
|
|
109
|
-
"scripts/hob-pack.js",
|
|
110
128
|
"scripts/hook-runtime.js",
|
|
111
|
-
"scripts/hook-stop-anti-claim.js",
|
|
112
129
|
"scripts/hook-thumbgate-cache-updater.js",
|
|
113
130
|
"scripts/hosted-config.js",
|
|
114
131
|
"scripts/hybrid-feedback-context.js",
|
|
115
132
|
"scripts/hybrid-supervisor-agent.js",
|
|
116
|
-
"scripts/inference-cache-policy.js",
|
|
117
|
-
"scripts/install-shim.js",
|
|
118
133
|
"scripts/install-mcp.js",
|
|
134
|
+
"scripts/inference-cache-policy.js",
|
|
119
135
|
"scripts/internal-agent-bootstrap.js",
|
|
120
136
|
"scripts/intervention-policy.js",
|
|
121
137
|
"scripts/jsonl-watcher.js",
|
|
@@ -126,15 +142,15 @@
|
|
|
126
142
|
"scripts/lesson-rotation.js",
|
|
127
143
|
"scripts/lesson-search.js",
|
|
128
144
|
"scripts/lesson-synthesis.js",
|
|
145
|
+
"scripts/rule-validator.js",
|
|
129
146
|
"scripts/license.js",
|
|
130
|
-
"scripts/llm-behavior-monitor.js",
|
|
131
147
|
"scripts/llm-client.js",
|
|
132
|
-
"scripts/
|
|
133
|
-
"scripts/long-running-agent-context-guardrails.js",
|
|
148
|
+
"scripts/llm-behavior-monitor.js",
|
|
134
149
|
"scripts/mailer/index.js",
|
|
135
150
|
"scripts/mailer/resend-mailer.js",
|
|
151
|
+
"scripts/local-model-profile.js",
|
|
152
|
+
"scripts/long-running-agent-context-guardrails.js",
|
|
136
153
|
"scripts/mcp-config.js",
|
|
137
|
-
"scripts/mcp-oauth.js",
|
|
138
154
|
"scripts/mcp-policy.js",
|
|
139
155
|
"scripts/mcp-transport-strategy.js",
|
|
140
156
|
"scripts/memory-firewall.js",
|
|
@@ -145,60 +161,46 @@
|
|
|
145
161
|
"scripts/multimodal-retrieval-plan.js",
|
|
146
162
|
"scripts/native-messaging-audit.js",
|
|
147
163
|
"scripts/natural-language-harness.js",
|
|
148
|
-
"scripts/noop-detect.js",
|
|
149
164
|
"scripts/obsidian-export.js",
|
|
150
|
-
"scripts/omlx-smoke.js",
|
|
151
|
-
"scripts/operational-integrity.js",
|
|
152
165
|
"scripts/oss-pr-opportunity-scout.js",
|
|
153
166
|
"scripts/otel-declarative-config.js",
|
|
154
|
-
"scripts/
|
|
167
|
+
"scripts/operational-integrity.js",
|
|
155
168
|
"scripts/perplexity-client.js",
|
|
156
|
-
"scripts/plan-gate.js",
|
|
157
|
-
"scripts/plausible-domain-config.js",
|
|
158
169
|
"scripts/plausible-server-events.js",
|
|
159
170
|
"scripts/pr-manager.js",
|
|
160
171
|
"scripts/private-core-boundary.js",
|
|
161
172
|
"scripts/pro-local-dashboard.js",
|
|
162
|
-
"scripts/proactive-agent-eval-guardrails.js",
|
|
163
173
|
"scripts/problem-detail.js",
|
|
174
|
+
"scripts/proactive-agent-eval-guardrails.js",
|
|
164
175
|
"scripts/product-feedback.js",
|
|
176
|
+
"scripts/prompting-operating-system.js",
|
|
177
|
+
"scripts/provider-action-normalizer.js",
|
|
165
178
|
"scripts/profile-router.js",
|
|
179
|
+
"scripts/prompt-programs.js",
|
|
166
180
|
"scripts/prompt-eval.js",
|
|
167
181
|
"scripts/prompt-guard.js",
|
|
168
|
-
"scripts/prompt-programs.js",
|
|
169
|
-
"scripts/prompting-operating-system.js",
|
|
170
|
-
"scripts/provider-action-normalizer.js",
|
|
171
182
|
"scripts/proxy-pointer-rag-guardrails.js",
|
|
172
|
-
"scripts/qa-scenario-planner.js",
|
|
173
|
-
"scripts/published-cli.js",
|
|
174
183
|
"scripts/rag-precision-guardrails.js",
|
|
184
|
+
"scripts/published-cli.js",
|
|
175
185
|
"scripts/rate-limiter.js",
|
|
176
186
|
"scripts/reasoning-efficiency-guardrails.js",
|
|
177
|
-
"scripts/repeat-metric.js",
|
|
178
187
|
"scripts/reward-hacking-guardrails.js",
|
|
179
188
|
"scripts/risk-scorer.js",
|
|
180
189
|
"scripts/rlaif-self-audit.js",
|
|
181
190
|
"scripts/rubric-engine.js",
|
|
182
|
-
"scripts/rule-validator.js",
|
|
183
191
|
"scripts/secret-scanner.js",
|
|
184
|
-
"scripts/secret-fixture-tokens.js",
|
|
185
|
-
"scripts/secret-redaction.js",
|
|
186
192
|
"scripts/security-scanner.js",
|
|
187
193
|
"scripts/self-distill-agent.js",
|
|
188
194
|
"scripts/self-heal.js",
|
|
189
|
-
"scripts/self-harness-optimizer.js",
|
|
190
|
-
"scripts/self-healing-check.js",
|
|
191
195
|
"scripts/semantic-dedup.js",
|
|
192
196
|
"scripts/semantic-layer.js",
|
|
193
197
|
"scripts/seo-gsd.js",
|
|
194
198
|
"scripts/settings-hierarchy.js",
|
|
195
|
-
"scripts/silent-failure-cluster.js",
|
|
196
|
-
"scripts/single-use-credential-gate.js",
|
|
197
199
|
"scripts/skill-generator.js",
|
|
198
200
|
"scripts/skill-rag-router.js",
|
|
201
|
+
"scripts/single-use-credential-gate.js",
|
|
199
202
|
"scripts/slo-alert-engine.js",
|
|
200
203
|
"scripts/spec-gate.js",
|
|
201
|
-
"scripts/statusline-cache-read.js",
|
|
202
204
|
"scripts/statusline-cache-path.js",
|
|
203
205
|
"scripts/statusline-context.js",
|
|
204
206
|
"scripts/statusline-lesson.js",
|
|
@@ -208,83 +210,26 @@
|
|
|
208
210
|
"scripts/statusline-tower.js",
|
|
209
211
|
"scripts/statusline.sh",
|
|
210
212
|
"scripts/structured-prompt-driven.js",
|
|
211
|
-
"scripts/sync-telemetry-from-prod.js",
|
|
212
213
|
"scripts/synthetic-data-provenance.js",
|
|
213
214
|
"scripts/task-context-result.js",
|
|
214
215
|
"scripts/telemetry-analytics.js",
|
|
215
216
|
"scripts/thompson-sampling.js",
|
|
216
217
|
"scripts/thumbgate-bench.js",
|
|
217
218
|
"scripts/thumbgate-search.js",
|
|
218
|
-
"scripts/trajectory-scorer.js",
|
|
219
|
-
"scripts/token-savings.js",
|
|
220
219
|
"scripts/token-tco.js",
|
|
221
|
-
"scripts/
|
|
220
|
+
"scripts/token-savings.js",
|
|
222
221
|
"scripts/tool-registry.js",
|
|
223
222
|
"scripts/upstream-contribution-engine.js",
|
|
224
223
|
"scripts/user-profile.js",
|
|
225
224
|
"scripts/validate-workflow-contract.js",
|
|
226
225
|
"scripts/vector-store.js",
|
|
227
|
-
"scripts/verification-loop.js",
|
|
228
226
|
"scripts/verifier-scoring.js",
|
|
229
|
-
"scripts/
|
|
230
|
-
"scripts/visitor-journey.js",
|
|
227
|
+
"scripts/verification-loop.js",
|
|
231
228
|
"scripts/workflow-runs.js",
|
|
232
229
|
"scripts/workflow-sentinel.js",
|
|
233
230
|
"scripts/workspace-agent-routines.js",
|
|
234
231
|
"scripts/workspace-evolver.js",
|
|
235
232
|
"scripts/xmemory-lite.js",
|
|
236
|
-
".claude-plugin/plugin.json",
|
|
237
|
-
".claude/commands/",
|
|
238
|
-
"commands/",
|
|
239
|
-
".well-known/",
|
|
240
|
-
"LICENSE",
|
|
241
|
-
"README.md",
|
|
242
|
-
"adapters/amp/skills/thumbgate-feedback/SKILL.md",
|
|
243
|
-
"adapters/claude/.mcp.json",
|
|
244
|
-
"adapters/codex/config.toml",
|
|
245
|
-
"adapters/forge/forge.yaml",
|
|
246
|
-
"adapters/gemini/function-declarations.json",
|
|
247
|
-
"adapters/letta/README.md",
|
|
248
|
-
"adapters/letta/thumbgate-letta-adapter.js",
|
|
249
|
-
"adapters/gcp/dfcx-webhook-gate.js",
|
|
250
|
-
"adapters/policy-engine/README.md",
|
|
251
|
-
"adapters/policy-engine/ethicore-guardian-client.js",
|
|
252
|
-
"adapters/policy-engine/thumbgate-policy-engine-adapter.js",
|
|
253
|
-
"adapters/mcp/server-stdio.js",
|
|
254
|
-
"adapters/opencode/opencode.json",
|
|
255
|
-
"bench/programbench-smoke.json",
|
|
256
|
-
"bench/prompt-eval-suite.json",
|
|
257
|
-
"bench/observability-eval-suite.json",
|
|
258
|
-
"bench/thumbgate-bench.json",
|
|
259
|
-
"bin/cli.js",
|
|
260
|
-
"bin/dashboard-cli.js",
|
|
261
|
-
"bin/postinstall.js",
|
|
262
|
-
"config/",
|
|
263
|
-
"openapi/",
|
|
264
|
-
"public/about.html",
|
|
265
|
-
"public/agent-manager.html",
|
|
266
|
-
"public/blog.html",
|
|
267
|
-
"public/codex-enterprise.html",
|
|
268
|
-
"public/agents-cost-savings.html",
|
|
269
|
-
"public/ai-malpractice-prevention.html",
|
|
270
|
-
"public/chatgpt-app.html",
|
|
271
|
-
"public/codex-plugin.html",
|
|
272
|
-
"public/compare.html",
|
|
273
|
-
"public/dashboard.html",
|
|
274
|
-
"public/federal.html",
|
|
275
|
-
"public/guide.html",
|
|
276
|
-
"public/index.html",
|
|
277
|
-
"public/learn.html",
|
|
278
|
-
"public/lessons.html",
|
|
279
|
-
"public/numbers.html",
|
|
280
|
-
"public/pricing.html",
|
|
281
|
-
"public/pro.html",
|
|
282
|
-
"public/assets/brand/",
|
|
283
|
-
"public/assets/claude-thumbgate-statusbar.svg",
|
|
284
|
-
"public/assets/codex-thumbgate-statusbar-test.svg",
|
|
285
|
-
"public/assets/legal-intake-control-flow.svg",
|
|
286
|
-
"public/brand/",
|
|
287
|
-
"public/js/",
|
|
288
233
|
"skills/thumbgate/SKILL.md",
|
|
289
234
|
"src/"
|
|
290
235
|
],
|
|
@@ -304,7 +249,6 @@
|
|
|
304
249
|
"verify:full": "node scripts/verify-run.js full",
|
|
305
250
|
"budget:status": "node scripts/budget-guard.js --status",
|
|
306
251
|
"revenue:status": "node scripts/revenue-status.js",
|
|
307
|
-
"revenue:truth": "bash bin/revenue-truth.sh",
|
|
308
252
|
"revenue:doctor": "node scripts/revenue-observability-doctor.js",
|
|
309
253
|
"revenue:plan": "node scripts/may-2026-revenue-machine.js",
|
|
310
254
|
"revenue:status:local": "node bin/cli.js cfo",
|
|
@@ -314,24 +258,23 @@
|
|
|
314
258
|
"stripe:live": "node scripts/stripe-live-status.js",
|
|
315
259
|
"stripe:webhook:audit": "node scripts/rotate-stripe-webhook-secret.js --audit",
|
|
316
260
|
"stripe:webhook:disable-legacy": "node scripts/rotate-stripe-webhook-secret.js --disable-legacy",
|
|
317
|
-
"omlx:smoke": "node scripts/omlx-smoke.js",
|
|
318
|
-
"omlx:smoke:chat": "node scripts/omlx-smoke.js --chat",
|
|
319
|
-
"omlx:smoke:json": "node scripts/omlx-smoke.js --json",
|
|
320
|
-
"zai:smoke": "node scripts/zai-smoke.js",
|
|
321
261
|
"gtm:revenue-loop": "node scripts/autonomous-sales-agent.js",
|
|
322
262
|
"gtm:aiventyx": "node scripts/aiventyx-marketplace-plan.js",
|
|
323
263
|
"gtm:chatgpt": "node scripts/chatgpt-gpt-revenue-pack.js",
|
|
324
264
|
"gtm:codex": "node scripts/codex-marketplace-revenue-pack.js",
|
|
325
265
|
"gtm:linkedin": "node scripts/linkedin-workflow-hardening-pack.js",
|
|
326
|
-
"gtm:hob-pack": "node scripts/hob-pack.js",
|
|
327
|
-
"gtm:hob-pack:write": "node scripts/hob-pack.js --write",
|
|
328
|
-
"gtm:okara-automation": "node scripts/okara-money-promo-automation.js",
|
|
329
|
-
"gtm:okara-automation:write": "node scripts/okara-money-promo-automation.js --write",
|
|
330
266
|
"gtm:roo-sunset": "node scripts/roo-sunset-demand-pack.js",
|
|
331
267
|
"gtm:reddit": "node scripts/reddit-dm-workflow-hardening-pack.js",
|
|
332
268
|
"medium:weekly:draft": "node scripts/medium-weekly.js --write",
|
|
333
269
|
"medium:weekly:schedule": "node scripts/medium-weekly.js --schedule",
|
|
334
270
|
"sales:pipeline": "node scripts/sales-pipeline.js",
|
|
271
|
+
"social:prepare": "node scripts/social-pipeline.js prepare",
|
|
272
|
+
"social:post": "node scripts/social-pipeline.js post",
|
|
273
|
+
"social:queue": "node scripts/social-pipeline.js queue",
|
|
274
|
+
"social:publish": "node scripts/social-pipeline.js publish",
|
|
275
|
+
"social:publish:queue": "node scripts/social-pipeline.js publish-queue",
|
|
276
|
+
"social:scheduler:install": "node scripts/social-pipeline.js install-scheduler",
|
|
277
|
+
"social:status": "node scripts/social-pipeline.js status",
|
|
335
278
|
"social:poll": "node scripts/social-analytics/poll-all.js",
|
|
336
279
|
"social:poll:github": "node scripts/social-analytics/pollers/github.js",
|
|
337
280
|
"social:poll:instagram": "node scripts/social-analytics/pollers/instagram.js",
|
|
@@ -385,21 +328,19 @@
|
|
|
385
328
|
"social:prospect:bluesky": "node scripts/social-bluesky-prospecting.js",
|
|
386
329
|
"social:prospect:bluesky:dry": "node scripts/social-bluesky-prospecting.js --dry-run",
|
|
387
330
|
"social:reply-publish:bluesky:dry": "node scripts/social-reply-monitor-bluesky.js --publish-approved --dry-run",
|
|
388
|
-
"test": "npm run test:python && npm run test:schema && npm run test:loop && npm run test:dpo && npm run test:kto && npm run test:api && npm run test:proof && npm run test:e2e && npm run test:rlaif && npm run test:attribution && npm run test:quality && npm run test:intelligence && npm run test:training-export && npm run test:deployment && npm run test:operational-integrity && npm run test:workflow && npm run test:billing && npm run test:cli && npm run test:watcher && npm run test:autoresearch && npm run test:ops && npm run test:session-analyzer && npm run test:tessl && npm run test:gates && npm run test:evoskill && npm run test:gates-hardening && npm run test:workers && npm run test:social-analytics && npm run test:memalign && npm run test:xmemory-lite && npm run test:filesystem-search && npm run test:platform-limits && npm run test:post-video && npm run test:post-everywhere-instagram && npm run test:post-everywhere-channels && npm run test:obsidian-export && npm run test:lesson-db && npm run test:lesson-rotation && npm run test:memory-dedup && npm run test:feedback-quality && npm run test:sync-version && npm run test:check-congruence && npm run test:tool-registry && npm run test:repeat-metric && npm run test:noop-detect && npm run test:action-receipts && npm run test:feedback-to-rules && npm run test:memory-firewall && npm run test:memory-scope-readiness && npm run test:belief-update && npm run test:hosted-config && npm run test:operational-summary && npm run test:operational-dashboard && npm run test:operator-artifacts && npm run test:operator-key-auth && npm run test:cloudflare-sandbox && npm run test:mcp-config && npm run test:mcp-tool-annotations && npm run test:mcp-oauth && npm run test:mcp-oauth-flow && npm run test:plan-gate && npm run test:ai-component-inventory && npm run test:pulse && npm run test:semantic-layer && npm run test:data-pipeline && npm run test:optimize-context && npm run test:principle-extractor && npm run test:analytics-window && npm run test:funnel-analytics && npm run test:experiment-tracker && npm run test:build-metadata && npm run test:context-engine && npm run test:hf-papers && npm run test:marketing-experiment && npm run test:seo-gsd && npm run test:verify-run && npm run test:export-dpo-pairs && npm run test:export-hf-dataset && npm run test:license && npm run test:bot-detector && npm run test:audit-pr-bot-contamination && npm run test:stripe-bootstrap-saas-catalog && npm run test:postinstall && npm run test:funnel-invariants && npm run test:cli-telemetry && npm run test:pro-parity && npm run test:model-tier-router && npm run test:computer-use-firewall && npm run test:skill-exporter && npm run test:statusline && npm run test:statusline-cache-aggregate && npm run test:public-repo-hygiene && npm run test:no-internal-orchestration-leaks && npm run test:evolution && npm run test:org-dashboard && npm run test:multi-hop-recall && npm run test:synthetic-dpo && npm run test:thumbgate-skill && npm run test:learn-hub && npm run test:feedback-fallback && npm run test:metaclaw && npm run test:server-lock && npm run test:control-tower && npm run test:pii-scanner && npm run test:data-governance && npm run test:lesson-inference && npm run test:semantic-dedup && npm run test:fs-utils && npm run test:cli-schema && npm run test:explore && npm run test:lesson-reranker && npm run test:lesson-retrieval && npm run test:lesson-semantic-retrieval && npm run test:cross-encoder && npm run test:reflector-agent && npm run test:feedback-session && npm run test:feedback-history-distiller && npm run test:hallucination-detector && npm run test:history-distiller && npm run test:predictive-insights && npm run test:predictive-credible-range && npm run test:prove-predictive-insights && npm run test:statusbar-cli && npm run test:generate-instagram-card && npm run test:instagram-thumbgate-post && npm run test:publish-instagram-thumbgate && npm run test:lesson-synthesis && npm run test:lesson-canonical && npm run test:background-governance && npm run test:memory-migration && npm run test:prompt-dlp && npm run test:ephemeral-store && npm run test:agent-security && npm run test:skill-progressive && npm run test:per-step-scoring && npm run test:weekly-auto-post && npm run test:social-post-hourly && npm run test:social-quality-gate && npm run test:a2ui-engine && npm run test:gate-satisfy && npm run test:money-watcher && npm run test:budget && npm run test:quick-start && npm run test:utm && npm run test:product-feedback && npm run test:feedback-root-consolidator && npm run test:engagement-audit && npm run test:install-growth-automation && npm run test:publish-thumbgate-launch && npm run test:reconcile-thumbgate-campaign && npm run test:reddit-publisher && npm run test:schedule-thumbgate-campaign && npm run test:social-reply-monitor && npm run test:sync-launch-assets && npm run test:ai-search-visibility && npm run test:perplexity && npm run test:security-scanner && npm run test:llm-client && npm run test:omlx-smoke && npm run test:managed-lesson-agent && npm run test:self-distill && npm run test:meta-agent && npm run test:harness-selector && npm run test:thumbgate-bench && npm run test:seo-guides && npm run test:enforcement-loop && npm run test:cli-agent-experience && npm run test:bot-detection && npm run test:checkout-archived-product-guard && npm run test:postgres-guard && npm run test:checkout-bot-guard && npm run test:checkout-pro-confirmation-gate && npm run test:pricing-page-telemetry && npm run test:session-health && npm run test:session-episodes && npm run test:spec-gate && npm run test:decision-trace && npm run test:dashboard-insights && npm run test:telemetry-tracked-link-slug && npm run test:prompt-eval && npm run test:gate-coherence && npm run test:gate-eval && npm run test:high-roi && npm run test:public-static-assets && npm run test:token-savings && npm run test:numbers-page && npm run test:workflow-gate-checkpoint && npm run test:lesson-export-import && npm run test:landing-page-claims && npm run test:competitive-positioning-marketing && npm run test:medium-weekly && npm run test:dashboard-deeplink-e2e && npm run test:public-package-parity && npm run test:token-savings-dashboard && npm run test:cursor-wiring && npm run test:pretooluse-injection && npm run test:recent-corrective-context && npm run test:durability-step && npm run test:mailer && npm run test:brand-assets && npm run test:enforcement-teeth && npm run test:bayes-optimal-gate && npm run test:swarm-coordinator && npm run test:session-report && npm run test:agent-reasoning-traces && npm run test:judge-reward && npm run test:llm-behavior-monitor && npm run test:prompting-os && npm run test:single-use-credential-gate && npm run test:structured-prompt-driven && npm run test:require-evidence-gate && npm run test:rule-validator && npm run test:bluesky-atproto && npm run test:social-reply-monitor-bluesky && npm run test:bluesky-delete-replies && npm run test:architect-kit-memory-bridge && npm run test:sonar-review-hotspots && npm run test:actionable-remediations && npm run test:gemini-embedding-policy && npm run test:agent-design-governance && npm run test:public-core-boundary && npm run test:hook-stop-verify-deploy && npm run test:hook-stop-anti-claim && npm run test:plausible-server-events && npm run test:activation-tracker && npm run test:activation-onboarding && npm run test:unified-revenue-rollup && npm run test:conversion-rate-stats && npm run test:external-customer-audit && npm run test:telemetry-export && npm run test:stripe-checkout-diagnostic && npm run test:stripe-business-identity-probe && npm run test:revenue-observability-doctor && npm run test:public-bundle-ratchet && npm run test:stripe-payment-link-update && npm run test:ci-cd-hygiene-audit && npm run test:verify-marketing-pages-deployed && npm run test:install-email-capture && npm run test:install-shim && npm run test:hook-runtime-subcommands && npm run test:implementation-notes && npm run test:daily-block-cap && npm run test:free-to-paid-conversion-units && npm run test:metrics-real-endpoint && npm run test:cli-trial-and-help && npm run test:cost-cli && npm run test:silent-failure-cluster && npm run test:proof:truth && node --test tests/adaptive-reliability.test.js && npm run test:mcp-oauth-reviewer && npm run test:dfcx-gate && npm run test:dfcx-gate-server && npm run test:vertex-scorer && npm run test:dashboard-chat && npm run test:gitar-integration && npm run test:secret-redaction && npm run test:discoverable-skills && npm run test:discoverable-skill-skills && npm run test:sync-telemetry && npm run test:leak-scanner && npm run test:team-sync && npm run test:eval-rag && npm run test:async-eval-observability && npm run test:letta-adapter && npm run test:policy-engine-adapter && npm run test:tool-contract-validator && npm run test:check-update && npm run test:hermes-gate && npm run test:memory-provider-enforcement-bridge && npm run test:publisher-credential-guards && npm run test:reddit-browser-notification-watch && npm run test:payment-rails && npm run test:cursor-marketplace-doctor && npm run test:okara-money-promo-automation",
|
|
389
331
|
"test:python": "python3 -m pytest tests/*.py",
|
|
390
|
-
"test:check-update
|
|
332
|
+
"test": "npm run test:python && npm run test:schema && npm run test:loop && npm run test:dpo && npm run test:kto && npm run test:api && npm run test:proof && npm run test:e2e && npm run test:rlaif && npm run test:attribution && npm run test:quality && npm run test:intelligence && npm run test:training-export && npm run test:deployment && npm run test:operational-integrity && npm run test:workflow && npm run test:billing && npm run test:cli && npm run test:watcher && npm run test:autoresearch && npm run test:ops && npm run test:session-analyzer && npm run test:tessl && npm run test:gates && npm run test:evoskill && npm run test:gates-hardening && npm run test:workers && npm run test:social-analytics && npm run test:memalign && npm run test:xmemory-lite && npm run test:filesystem-search && npm run test:zernio && npm run test:platform-limits && npm run test:post-video && npm run test:post-everywhere-instagram && npm run test:post-everywhere-channels && npm run test:post-everywhere-zernio-default && npm run test:zernio-canonical-pollers && npm run test:zernio-status && npm run test:obsidian-export && npm run test:lesson-db && npm run test:lesson-rotation && npm run test:memory-dedup && npm run test:feedback-quality && npm run test:sync-version && npm run test:check-congruence && npm run test:tool-registry && npm run test:feedback-to-rules && npm run test:memory-firewall && npm run test:memory-scope-readiness && npm run test:belief-update && npm run test:hosted-config && npm run test:operational-summary && npm run test:operational-dashboard && npm run test:operator-artifacts && npm run test:operator-key-auth && npm run test:cloudflare-sandbox && npm run test:mcp-config && npm run test:plan-gate && npm run test:pulse && npm run test:semantic-layer && npm run test:data-pipeline && npm run test:optimize-context && npm run test:principle-extractor && npm run test:analytics-window && npm run test:funnel-analytics && npm run test:experiment-tracker && npm run test:build-metadata && npm run test:context-engine && npm run test:hf-papers && npm run test:marketing-experiment && npm run test:seo-gsd && npm run test:verify-run && npm run test:export-dpo-pairs && npm run test:export-hf-dataset && npm run test:license && npm run test:bot-detector && npm run test:audit-pr-bot-contamination && npm run test:stripe-bootstrap-saas-catalog && npm run test:postinstall && npm run test:funnel-invariants && npm run test:cli-telemetry && npm run test:pro-parity && npm run test:model-tier-router && npm run test:computer-use-firewall && npm run test:skill-exporter && npm run test:statusline && npm run test:evolution && npm run test:org-dashboard && npm run test:multi-hop-recall && npm run test:synthetic-dpo && npm run test:thumbgate-skill && npm run test:learn-hub && npm run test:feedback-fallback && npm run test:metaclaw && npm run test:server-lock && npm run test:control-tower && npm run test:pii-scanner && npm run test:data-governance && npm run test:lesson-inference && npm run test:semantic-dedup && npm run test:fs-utils && npm run test:cli-schema && npm run test:explore && npm run test:lesson-reranker && npm run test:lesson-retrieval && npm run test:cross-encoder && npm run test:reflector-agent && npm run test:feedback-session && npm run test:feedback-history-distiller && npm run test:hallucination-detector && npm run test:history-distiller && npm run test:predictive-insights && npm run test:prove-predictive-insights && npm run test:statusbar-cli && npm run test:generate-instagram-card && npm run test:instagram-thumbgate-post && npm run test:publish-instagram-thumbgate && npm run test:lesson-synthesis && npm run test:lesson-canonical && npm run test:background-governance && npm run test:memory-migration && npm run test:prompt-dlp && npm run test:ephemeral-store && npm run test:agent-security && npm run test:skill-progressive && npm run test:per-step-scoring && npm run test:weekly-auto-post && npm run test:social-post-hourly && npm run test:social-quality-gate && npm run test:a2ui-engine && npm run test:gate-satisfy && npm run test:money-watcher && npm run test:budget && npm run test:quick-start && npm run test:utm && npm run test:product-feedback && npm run test:feedback-root-consolidator && npm run test:engagement-audit && npm run test:install-growth-automation && npm run test:publish-thumbgate-launch && npm run test:community-course-platform-launch-kit && npm run test:reconcile-thumbgate-campaign && npm run test:reddit-publisher && npm run test:schedule-thumbgate-campaign && npm run test:social-reply-monitor && npm run test:social-dedupe-cleanup && npm run test:sync-launch-assets && npm run test:ai-search-visibility && npm run test:perplexity && npm run test:security-scanner && npm run test:llm-client && npm run test:managed-lesson-agent && npm run test:self-distill && npm run test:meta-agent && npm run test:harness-selector && npm run test:thumbgate-bench && npm run test:seo-guides && npm run test:enforcement-loop && npm run test:cli-agent-experience && npm run test:bot-detection && npm run test:checkout-bot-guard && npm run test:checkout-pro-confirmation-gate && npm run test:session-health && npm run test:session-episodes && npm run test:spec-gate && npm run test:decision-trace && npm run test:dashboard-insights && npm run test:telemetry-tracked-link-slug && npm run test:prompt-eval && npm run test:demo-voiceover && npm run test:gate-coherence && npm run test:gate-eval && npm run test:high-roi && npm run test:public-static-assets && npm run test:token-savings && npm run test:numbers-page && npm run test:workflow-gate-checkpoint && npm run test:lesson-export-import && npm run test:landing-page-claims && npm run test:competitive-positioning-marketing && npm run test:medium-weekly && npm run test:dashboard-deeplink-e2e && npm run test:public-package-parity && npm run test:token-savings-dashboard && npm run test:cursor-wiring && npm run test:pretooluse-injection && npm run test:recent-corrective-context && npm run test:durability-step && npm run test:mailer && npm run test:brand-assets && npm run test:enforcement-teeth && npm run test:bayes-optimal-gate && npm run test:swarm-coordinator && npm run test:session-report && npm run test:agent-reasoning-traces && npm run test:judge-reward && npm run test:llm-behavior-monitor && npm run test:prompting-os && npm run test:single-use-credential-gate && npm run test:structured-prompt-driven && npm run test:require-evidence-gate && npm run test:rule-validator && npm run test:bluesky-atproto && npm run test:social-reply-monitor-bluesky && npm run test:bluesky-delete-replies && npm run test:architect-kit-memory-bridge && npm run test:sonar-review-hotspots && npm run test:actionable-remediations && npm run test:gemini-embedding-policy && npm run test:agent-design-governance && npm run test:public-core-boundary && npm run test:hook-stop-verify-deploy && npm run test:hook-stop-anti-claim && npm run test:plausible-server-events && npm run test:activation-tracker && npm run test:unified-revenue-rollup && npm run test:conversion-rate-stats && npm run test:external-customer-audit && npm run test:telemetry-export && npm run test:stripe-checkout-diagnostic && npm run test:stripe-business-identity-probe && npm run test:revenue-observability-doctor && npm run test:public-bundle-ratchet && npm run test:stripe-payment-link-update && npm run test:ci-cd-hygiene-audit",
|
|
391
333
|
"test:hook-stop-verify-deploy": "node --test tests/hook-stop-verify-deploy.test.js",
|
|
392
334
|
"test:hook-stop-anti-claim": "node --test tests/hook-stop-anti-claim.test.js",
|
|
393
|
-
"test:plausible-server-events": "node --test tests/plausible-server-events.test.js
|
|
335
|
+
"test:plausible-server-events": "node --test tests/plausible-server-events.test.js",
|
|
394
336
|
"test:activation-tracker": "node --test tests/activation-tracker.test.js",
|
|
395
|
-
"test:activation-onboarding": "node --test tests/activation-onboarding.test.js",
|
|
396
337
|
"test:unified-revenue-rollup": "node --test tests/unified-revenue-rollup.test.js",
|
|
397
338
|
"test:conversion-rate-stats": "node --test tests/conversion-rate-stats.test.js",
|
|
398
339
|
"test:external-customer-audit": "node --test tests/external-customer-audit.test.js",
|
|
399
340
|
"test:stripe-checkout-diagnostic": "node --test tests/stripe-checkout-diagnostic.test.js",
|
|
400
341
|
"test:stripe-business-identity-probe": "node --test tests/stripe-business-identity-probe.test.js",
|
|
401
342
|
"test:ci-cd-hygiene-audit": "node --test tests/ci-cd-hygiene-audit.test.js",
|
|
402
|
-
"test:telemetry-export": "node --test tests/telemetry-export.test.js
|
|
343
|
+
"test:telemetry-export": "node --test tests/telemetry-export.test.js",
|
|
403
344
|
"test:swarm-coordinator": "node --test tests/swarm-coordinator.test.js",
|
|
404
345
|
"test:session-report": "node --test tests/session-report.test.js",
|
|
405
346
|
"test:agent-reasoning-traces": "node --test tests/agent-reasoning-traces.test.js tests/agent-stack-survival-audit.test.js",
|
|
@@ -425,10 +366,6 @@
|
|
|
425
366
|
"eval:feedback": "node scripts/prompt-eval.js --from-feedback",
|
|
426
367
|
"eval:feedback-quality": "python3 scripts/feedback_quality_eval.py",
|
|
427
368
|
"eval:classifier": "python3 scripts/eval_gate_classifier.py",
|
|
428
|
-
"eval:rag": "node scripts/eval-rag.js",
|
|
429
|
-
"test:eval-rag": "node --test tests/eval-rag.test.js",
|
|
430
|
-
"eval:async-observability": "node scripts/async-eval-observability.js",
|
|
431
|
-
"test:async-eval-observability": "node --test tests/async-eval-observability.test.js",
|
|
432
369
|
"test:decision-trace": "node --test tests/decision-trace.test.js",
|
|
433
370
|
"test:feedback-fallback": "node --test tests/feedback-fallback.test.js",
|
|
434
371
|
"test:metaclaw": "node --test tests/metaclaw-features.test.js",
|
|
@@ -437,26 +374,14 @@
|
|
|
437
374
|
"test:multi-hop-recall": "node --test tests/multi-hop-recall.test.js",
|
|
438
375
|
"test:synthetic-dpo": "node --test tests/synthetic-dpo.test.js",
|
|
439
376
|
"test:thumbgate-skill": "node --test tests/thumbgate-skill.test.js",
|
|
440
|
-
"test:
|
|
441
|
-
"test:discoverable-skill-skills": "node --test tests/discoverable-skill-skills.test.js",
|
|
442
|
-
"test:statusline": "node --test tests/claude-feedback-sync.test.js tests/statusline.test.js tests/statusline-aggregation.test.js tests/statusline-context.test.js tests/statusline-links.test.js tests/statusline-e2e.test.js",
|
|
443
|
-
"test:statusline-cache-aggregate": "node --test tests/statusline-cache-aggregate.test.js",
|
|
444
|
-
"test:no-internal-orchestration-leaks": "node --test tests/no-internal-orchestration-leaks.test.js",
|
|
377
|
+
"test:statusline": "node --test tests/claude-feedback-sync.test.js tests/statusline.test.js tests/statusline-context.test.js tests/statusline-links.test.js",
|
|
445
378
|
"test:memory-dedup": "node --test tests/memory-dedup.test.js",
|
|
446
379
|
"test:lesson-db": "node --test tests/lesson-db.test.js",
|
|
447
380
|
"test:lesson-rotation": "node --test tests/lesson-rotation.test.js",
|
|
448
381
|
"test:feedback-quality": "node --test tests/feedback-quality.test.js",
|
|
449
382
|
"test:sync-version": "node --test tests/sync-version.test.js",
|
|
450
|
-
"test:team-sync": "node --test tests/team-sync.test.js",
|
|
451
|
-
"test:sync-telemetry": "node --test tests/sync-telemetry-from-prod.test.js",
|
|
452
383
|
"test:check-congruence": "node --test tests/check-congruence.test.js",
|
|
453
384
|
"test:tool-registry": "node --test tests/tool-registry.test.js",
|
|
454
|
-
"test:dfcx-gate": "node --test tests/dfcx-webhook-gate.test.js",
|
|
455
|
-
"test:dfcx-gate-server": "node --test tests/dfcx-gate-server.test.js",
|
|
456
|
-
"test:vertex-scorer": "node --test tests/vertex-scorer.test.js",
|
|
457
|
-
"test:repeat-metric": "node --test tests/repeat-metric.test.js",
|
|
458
|
-
"test:noop-detect": "node --test tests/noop-detect.test.js",
|
|
459
|
-
"test:action-receipts": "node --test tests/action-receipts.test.js",
|
|
460
385
|
"test:learn-hub": "node --test tests/learn-hub.test.js",
|
|
461
386
|
"test:feedback-to-rules": "node --test tests/feedback-to-rules.test.js",
|
|
462
387
|
"test:memory-firewall": "node --test tests/memory-firewall.test.js",
|
|
@@ -465,14 +390,10 @@
|
|
|
465
390
|
"test:hosted-config": "node --test tests/hosted-config.test.js",
|
|
466
391
|
"test:operational-summary": "node --test tests/operational-summary.test.js",
|
|
467
392
|
"test:operational-dashboard": "node --test tests/operational-dashboard.test.js",
|
|
468
|
-
"test:operator-artifacts": "node --test tests/operator-artifacts.test.js tests/revenue-pack-utils.test.js",
|
|
469
|
-
"test:okara-money-promo-automation": "node --test tests/okara-money-promo-automation.test.js",
|
|
393
|
+
"test:operator-artifacts": "node --test tests/operator-artifacts.test.js tests/revenue-pack-utils.test.js tests/claude-workflow-hardening-pack.test.js tests/gemini-cli-demand-pack.test.js tests/roo-sunset-demand-pack.test.js tests/chatgpt-gpt-revenue-pack.test.js",
|
|
470
394
|
"test:operator-key-auth": "node --test tests/api-operator-key-auth.test.js",
|
|
471
395
|
"test:cloudflare-sandbox": "node --test tests/cloudflare-dynamic-sandbox.test.js tests/cloudflare-sandbox-api.test.js",
|
|
472
396
|
"test:mcp-config": "node --test tests/mcp-config.test.js",
|
|
473
|
-
"test:mcp-tool-annotations": "node --test tests/mcp-tool-annotations.test.js",
|
|
474
|
-
"test:mcp-oauth": "node --test tests/mcp-oauth.test.js",
|
|
475
|
-
"test:mcp-oauth-flow": "node --test tests/mcp-oauth-flow.test.js",
|
|
476
397
|
"test:plan-gate": "node --test tests/plan-gate.test.js",
|
|
477
398
|
"test:pulse": "node --test tests/pulse.test.js",
|
|
478
399
|
"test:semantic-layer": "node --test tests/semantic-layer.test.js",
|
|
@@ -487,10 +408,8 @@
|
|
|
487
408
|
"test:hf-papers": "node --test tests/hf-papers.test.js",
|
|
488
409
|
"test:marketing-experiment": "node --test tests/marketing-experiment.test.js",
|
|
489
410
|
"test:seo-gsd": "node --test tests/seo-gsd.test.js",
|
|
490
|
-
"test:hermes-gate": "node --test tests/hermes-gate.test.js",
|
|
491
411
|
"test:verify-run": "node --test tests/verify-run.test.js",
|
|
492
412
|
"test:export-dpo-pairs": "node --test tests/export-dpo-pairs.test.js",
|
|
493
|
-
"test:secret-redaction": "node --test tests/secret-redaction.test.js",
|
|
494
413
|
"test:export-hf-dataset": "node --test tests/export-hf-dataset.test.js",
|
|
495
414
|
"export:hf": "node scripts/export-hf-dataset.js",
|
|
496
415
|
"seo:gsd": "node scripts/seo-gsd.js plan",
|
|
@@ -503,27 +422,28 @@
|
|
|
503
422
|
"test:loop": "node scripts/feedback-loop.js --test",
|
|
504
423
|
"test:dpo": "node scripts/export-dpo-pairs.js --test",
|
|
505
424
|
"test:kto": "node --test tests/export-kto.test.js",
|
|
425
|
+
"test:api": "node --test --test-concurrency=1 tests/api-server.test.js tests/api-events-sse.test.js tests/api-auth-config.test.js tests/mcp-server.test.js tests/adapters.test.js tests/openapi-parity.test.js tests/budget-guard.test.js tests/context-manager.test.js tests/contextfs.test.js tests/job-api.test.js tests/pack-templates.test.js tests/dashboard.test.js tests/dashboard-render-spec.test.js tests/dashboard-html.test.js tests/agent-readiness.test.js tests/mcp-policy.test.js tests/subagent-profiles.test.js tests/intent-router.test.js tests/internal-agent-bootstrap.test.js tests/lesson-search.test.js tests/thumbgate-search.test.js tests/document-intake.test.js tests/rubric-engine.test.js tests/self-healing-check.test.js tests/self-heal.test.js tests/feedback-schema.test.js tests/thompson-sampling.test.js tests/feedback-sequences.test.js tests/diversity-tracking.test.js tests/vector-store.test.js tests/gemini-embedding-policy.test.js tests/feedback-attribution.test.js tests/hybrid-feedback-context.test.js tests/loop-closure.test.js tests/code-reasoning.test.js tests/feedback-loop.test.js tests/feedback-inbox-read.test.js tests/feedback-to-memory.test.js tests/test-coverage.test.js tests/version-metadata.test.js tests/claude-mcpb.test.js tests/claude-codex-bridge.test.js tests/cursor-plugin.test.js tests/codex-plugin.test.js tests/ide-marketplace-extensions.test.js tests/telemetry-analytics.test.js tests/public-landing.test.js tests/lessons-page.test.js tests/pro-landing.test.js tests/local-model-profile.test.js tests/risk-scorer.test.js tests/context-compaction.test.js tests/reminder-engine.test.js tests/post-to-x.test.js tests/verification-loop.test.js tests/async-job-runner.test.js tests/commerce-quality.test.js tests/recall-limit.test.js tests/problem-detail.test.js tests/natural-language-harness.test.js tests/settings-hierarchy.test.js",
|
|
506
426
|
"test:proof": "node --test tests/prove-adapters.test.js tests/prove-attribution.test.js tests/prove-cloudflare-sandbox.test.js tests/prove-data-quality.test.js tests/prove-intelligence.test.js tests/prove-lancedb.test.js tests/prove-loop-closure.test.js tests/prove-training-export.test.js tests/prove-local-intelligence.test.js tests/prove-workflow-contract.test.js tests/prove-autoresearch.test.js tests/prove-claim-verification.test.js tests/prove-data-pipeline.test.js tests/prove-evolution.test.js tests/prove-harnesses.test.js tests/prove-packaged-runtime.test.js tests/prove-runtime.test.js tests/prove-seo-gsd.test.js tests/prove-settings.test.js tests/prove-xmemory.test.js && node --test tests/prove-automation.test.js",
|
|
507
|
-
"test:e2e": "node --test tests/e2e-pipeline.test.js tests/e2e-product-flows.test.js tests/e2e-coverage-contract.test.js tests/interaction-model-e2e.test.js
|
|
427
|
+
"test:e2e": "node --test tests/e2e-pipeline.test.js tests/e2e-product-flows.test.js tests/e2e-coverage-contract.test.js tests/interaction-model-e2e.test.js",
|
|
508
428
|
"test:rlaif": "node --test tests/rlaif-self-audit.test.js tests/dpo-optimizer.test.js tests/meta-policy.test.js tests/agent-reward-model.test.js",
|
|
509
429
|
"test:attribution": "node --test tests/feedback-attribution.test.js tests/hybrid-feedback-context.test.js",
|
|
510
430
|
"test:quality": "node --test tests/validate-feedback.test.js tests/feedback-quality-eval-python.test.js tests/eval-gate-classifier.test.js",
|
|
511
431
|
"test:intelligence": "node --test tests/intelligence.test.js",
|
|
512
432
|
"test:training-export": "node --test tests/training-export.test.js tests/databricks-export.test.js",
|
|
513
|
-
"test:deployment": "node --test tests/deployment.test.js tests/deploy-policy.test.js tests/publish-decision.test.js tests/changeset-check.test.js tests/release-notes.test.js tests/sonarcloud-workflow.test.js tests/package-boundary.test.js tests/public-package-boundary.test.js",
|
|
433
|
+
"test:deployment": "node --test tests/deployment.test.js tests/deploy-policy.test.js tests/publish-decision.test.js tests/changeset-check.test.js tests/release-notes.test.js tests/sonarcloud-workflow.test.js tests/package-boundary.test.js tests/public-package-boundary.test.js tests/revenue-observability-workflow.test.js",
|
|
514
434
|
"test:operational-integrity": "node --test tests/operational-integrity.test.js tests/sync-branch-protection.test.js",
|
|
515
|
-
"test:workflow": "node --test tests/
|
|
435
|
+
"test:workflow": "node --test tests/workflow-contract.test.js tests/social-marketing-assets.test.js tests/social-pipeline.test.js tests/positioning-contract.test.js tests/docs-claim-hygiene.test.js tests/thumbgate-scope.test.js tests/workflow-runs.test.js tests/workflow-sprint-intake.test.js tests/gtm-revenue-loop.test.js tests/may-2026-revenue-machine.test.js tests/customer-discovery-sprint.test.js tests/revenue-pack-utils.test.js tests/aiventyx-marketplace-plan.test.js tests/cursor-marketplace-revenue-pack.test.js tests/codex-marketplace-revenue-pack.test.js tests/codex-plugin-revenue-pack.test.js tests/gemini-cli-demand-pack.test.js tests/roo-sunset-demand-pack.test.js tests/linkedin-workflow-hardening-pack.test.js tests/chatgpt-gpt-revenue-pack.test.js tests/mcp-directory-revenue-pack.test.js tests/money-marketplace-distribution-pack.test.js tests/autonomous-sales-agent.test.js tests/reddit-dm-workflow-hardening-pack.test.js tests/sales-pipeline.test.js tests/reddit-dm-outreach.test.js tests/github-outreach.test.js tests/enterprise-story.test.js tests/ralph-loop.test.js tests/ralph-mode-ci.test.js tests/guide-conversion-path.test.js tests/roo-sunset-marketing.test.js",
|
|
516
436
|
"test:sales-pipeline": "node --test tests/sales-pipeline.test.js",
|
|
517
437
|
"test:billing": "node --test tests/billing.test.js tests/stripe-sync-product-images.test.js",
|
|
518
|
-
"test:cli": "node --test tests/analytics-report.test.js tests/agent-design-governance.test.js tests/codex-self-heal.test.js tests/creator-campaigns.test.js tests/cli.test.js tests/codex-bridge-script.test.js tests/dependabot-changeset.test.js tests/dispatch-brief.test.js tests/feedback-normalize.test.js tests/install-mcp.test.js tests/
|
|
438
|
+
"test:cli": "node --test tests/analytics-report.test.js tests/agent-design-governance.test.js tests/codex-self-heal.test.js tests/creator-campaigns.test.js tests/cli.test.js tests/codex-bridge-script.test.js tests/dependabot-changeset.test.js tests/dispatch-brief.test.js tests/feedback-normalize.test.js tests/install-mcp.test.js tests/pr-manager.test.js tests/pro-local-dashboard.test.js tests/published-cli.test.js tests/revenue-status.test.js tests/stripe-live-status.test.js tests/creator-dev-and-prune.test.js",
|
|
519
439
|
"test:evolution": "node --test tests/workspace-evolver.test.js",
|
|
520
440
|
"test:watcher": "node --test tests/jsonl-watcher.test.js",
|
|
521
441
|
"test:autoresearch": "node --test tests/autoresearch.test.js",
|
|
522
|
-
"test:ops": "node --test tests/
|
|
442
|
+
"test:ops": "node --test 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/gate-stats.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",
|
|
523
443
|
"test:session-analyzer": "node --test tests/session-analyzer.test.js",
|
|
524
444
|
"test:tessl": "node --test tests/tessl-export.test.js",
|
|
525
|
-
"test:gates": "node --test tests/gate-templates.test.js tests/gates-engine.test.js tests/claim-verification.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
|
|
526
|
-
"test:budget": "node --test tests/budget-
|
|
445
|
+
"test:gates": "node --test tests/gate-templates.test.js tests/gates-engine.test.js tests/claim-verification.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",
|
|
446
|
+
"test:budget": "node --test tests/budget-enforcer.test.js",
|
|
527
447
|
"test:workers": "npm --prefix workers ci && npm --prefix workers test",
|
|
528
448
|
"test:evoskill": "node --test tests/evoskill.test.js",
|
|
529
449
|
"test:gates-hardening": "node --test tests/gates-hardening.test.js",
|
|
@@ -573,18 +493,23 @@
|
|
|
573
493
|
"prove:xmemory": "node scripts/prove-xmemory.js",
|
|
574
494
|
"audit:stats": "node scripts/audit-trail.js --stats",
|
|
575
495
|
"profile:route": "node scripts/profile-router.js",
|
|
496
|
+
"social:poll:zernio": "node scripts/social-analytics/pollers/zernio.js",
|
|
497
|
+
"social:publish:zernio": "node scripts/social-analytics/publishers/zernio.js",
|
|
498
|
+
"social:zernio:status": "node scripts/social-analytics/zernio-status.js",
|
|
499
|
+
"test:zernio": "node --test tests/zernio-integration.test.js",
|
|
576
500
|
"test:platform-limits": "node --test tests/platform-limits.test.js",
|
|
577
501
|
"test:durability-step": "node --test tests/durability-step.test.js",
|
|
578
502
|
"test:post-video": "node --test tests/post-video.test.js",
|
|
579
503
|
"test:post-everywhere-instagram": "node --test tests/post-everywhere-instagram.test.js",
|
|
580
504
|
"test:post-everywhere-channels": "node --test tests/post-everywhere-channels.test.js",
|
|
505
|
+
"test:post-everywhere-zernio-default": "node --test tests/post-everywhere-zernio-default.test.js",
|
|
506
|
+
"test:zernio-canonical-pollers": "node --test tests/zernio-canonical-pollers.test.js",
|
|
507
|
+
"test:zernio-status": "node --test tests/zernio-status.test.js",
|
|
581
508
|
"test:license": "node --test tests/license.test.js",
|
|
582
509
|
"test:bot-detector": "node --test tests/bot-detector.test.js",
|
|
583
510
|
"test:audit-pr-bot-contamination": "node --test tests/audit-pr-bot-contamination.test.js",
|
|
584
511
|
"test:stripe-bootstrap-saas-catalog": "node --test tests/stripe-bootstrap-saas-catalog.test.js",
|
|
585
512
|
"test:bot-detection": "node --test tests/bot-detection.test.js",
|
|
586
|
-
"test:postgres-guard": "node --test tests/postgres-guard.test.js",
|
|
587
|
-
"test:checkout-archived-product-guard": "node --test tests/checkout-archived-product-guard.test.js",
|
|
588
513
|
"test:checkout-bot-guard": "node --test tests/checkout-bot-guard.test.js",
|
|
589
514
|
"test:checkout-pro-confirmation-gate": "node --test tests/checkout-pro-confirmation-gate.test.js",
|
|
590
515
|
"test:revenue-observability-doctor": "node --test tests/revenue-observability-doctor.test.js",
|
|
@@ -592,7 +517,6 @@
|
|
|
592
517
|
"test:funnel-invariants": "node --test tests/funnel-invariants.test.js",
|
|
593
518
|
"test:cli-telemetry": "node --test tests/cli-telemetry.test.js",
|
|
594
519
|
"test:pro-parity": "node --test tests/pro-parity.test.js",
|
|
595
|
-
"test:pricing-page-telemetry": "node --test tests/pricing-page-telemetry.test.js",
|
|
596
520
|
"test:skill-exporter": "node --test tests/skill-exporter.test.js",
|
|
597
521
|
"test:model-tier-router": "node --test tests/model-tier-router.test.js",
|
|
598
522
|
"test:computer-use-firewall": "node --test tests/computer-use-firewall.test.js",
|
|
@@ -601,7 +525,6 @@
|
|
|
601
525
|
"test:data-governance": "node --test tests/data-governance.test.js",
|
|
602
526
|
"test:lesson-inference": "node --test tests/conversation-context.test.js tests/lesson-inference.test.js tests/lesson-prompt-shape.test.js",
|
|
603
527
|
"test:lesson-retrieval": "node --test tests/lesson-retrieval.test.js",
|
|
604
|
-
"test:lesson-semantic-retrieval": "node --test tests/lesson-semantic-retrieval.test.js",
|
|
605
528
|
"test:cross-encoder": "node --test tests/cross-encoder-reranker.test.js",
|
|
606
529
|
"test:reflector-agent": "node --test tests/reflector-agent.test.js",
|
|
607
530
|
"test:public-core-boundary": "node --test tests/public-core-boundary.test.js",
|
|
@@ -610,7 +533,6 @@
|
|
|
610
533
|
"test:hallucination-detector": "node --test tests/hallucination-detector.test.js",
|
|
611
534
|
"test:history-distiller": "node --test tests/history-distiller.test.js",
|
|
612
535
|
"test:predictive-insights": "node --test tests/predictive-insights.test.js",
|
|
613
|
-
"test:predictive-credible-range": "node --test tests/predictive-credible-range.test.js",
|
|
614
536
|
"test:prove-predictive-insights": "node --test tests/prove-predictive-insights.test.js",
|
|
615
537
|
"prove:predictive-insights": "node scripts/prove-predictive-insights.js",
|
|
616
538
|
"test:statusbar-cli": "node --test tests/statusbar-cli.test.js",
|
|
@@ -642,11 +564,14 @@
|
|
|
642
564
|
"social:reconcile:campaign": "node scripts/social-analytics/reconcile-thumbgate-campaign.js",
|
|
643
565
|
"social:sync:launch-assets": "node scripts/social-analytics/sync-launch-assets.js",
|
|
644
566
|
"social:engagement:audit": "node scripts/social-analytics/engagement-audit.js",
|
|
567
|
+
"social:dedupe:cleanup": "node scripts/social-analytics/cleanup-zernio-duplicates.js",
|
|
645
568
|
"test:install-growth-automation": "node --test tests/install-growth-automation.test.js",
|
|
646
569
|
"test:publish-thumbgate-launch": "node --test tests/publish-thumbgate-launch.test.js",
|
|
570
|
+
"test:community-course-platform-launch-kit": "node --test tests/community-course-platform-launch-kit.test.js",
|
|
647
571
|
"test:reconcile-thumbgate-campaign": "node --test tests/reconcile-thumbgate-campaign.test.js",
|
|
648
572
|
"test:schedule-thumbgate-campaign": "node --test tests/schedule-thumbgate-campaign.test.js",
|
|
649
573
|
"test:social-reply-monitor": "node --test tests/social-reply-monitor.test.js tests/reddit-monitor-launchd.test.js",
|
|
574
|
+
"test:social-dedupe-cleanup": "node --test tests/cleanup-zernio-duplicates.test.js",
|
|
650
575
|
"test:bluesky-atproto": "node --test tests/bluesky-atproto.test.js",
|
|
651
576
|
"test:social-reply-monitor-bluesky": "node --test tests/social-reply-monitor-bluesky.test.js tests/bluesky-monitor-launchd.test.js tests/social-bluesky-prospecting.test.js",
|
|
652
577
|
"test:bluesky-delete-replies": "node --test tests/bluesky-delete-replies.test.js",
|
|
@@ -660,7 +585,6 @@
|
|
|
660
585
|
"test:ai-search-visibility": "node --test tests/ai-search-visibility.test.js",
|
|
661
586
|
"test:security-scanner": "node --test tests/security-scanner.test.js",
|
|
662
587
|
"test:llm-client": "node --test tests/llm-client.test.js",
|
|
663
|
-
"test:omlx-smoke": "node --test tests/omlx-smoke.test.js",
|
|
664
588
|
"test:model-candidates": "node --test tests/model-candidates.test.js",
|
|
665
589
|
"test:managed-lesson-agent": "node --test tests/managed-lesson-agent.test.js",
|
|
666
590
|
"agent:run": "node scripts/managed-lesson-agent.js",
|
|
@@ -668,7 +592,6 @@
|
|
|
668
592
|
"agent:schedule": "node scripts/schedule-manager.js install --label managed-lesson-agent --spec 'daily 02:00' --command 'npm run agent:run' --workingDirectory .",
|
|
669
593
|
"feedback:rules:llm": "node scripts/feedback-to-rules.js --llm",
|
|
670
594
|
"test:self-distill": "node --test tests/self-distill-agent.test.js",
|
|
671
|
-
"test:silent-failure-cluster": "node --test tests/silent-failure-cluster.test.js",
|
|
672
595
|
"test:seo-guides": "node --test tests/seo-guides.test.js",
|
|
673
596
|
"self-distill:run": "node scripts/self-distill-agent.js",
|
|
674
597
|
"self-distill:dry": "node scripts/self-distill-agent.js --dry-run",
|
|
@@ -694,19 +617,15 @@
|
|
|
694
617
|
"test:explore": "node --test tests/explore.test.js",
|
|
695
618
|
"test:cli-schema": "node --test tests/cli-schema.test.js",
|
|
696
619
|
"test:cli-agent-experience": "node --test tests/cli-agent-experience.test.js",
|
|
620
|
+
"test:demo-voiceover": "node --test tests/demo-voiceover.test.js",
|
|
697
621
|
"test:gate-coherence": "node --test tests/gate-coherence.test.js",
|
|
698
622
|
"test:gate-eval": "node --test tests/gate-eval.test.js",
|
|
699
623
|
"gate-eval:ci": "node scripts/gate-eval.js run",
|
|
700
|
-
"test:hob-pack": "node --test tests/hob-pack.test.js",
|
|
701
624
|
"test:ai-engineering-stack-guardrails": "node --test tests/ai-engineering-stack-guardrails.test.js",
|
|
702
|
-
"test:ai-component-inventory": "node --test tests/ai-component-inventory.test.js",
|
|
703
625
|
"test:interaction-model": "node --test tests/interaction-model.test.js tests/interaction-model-e2e.test.js",
|
|
704
|
-
"
|
|
705
|
-
"test:aws-blocks-guardrails": "node --test tests/aws-blocks-guardrails.test.js",
|
|
706
|
-
"test:high-roi": "node --test tests/high-roi.test.js tests/model-candidates.test.js tests/autonomous-workflow.test.js tests/high-roi-agent-workflows.test.js tests/interaction-model.test.js tests/interaction-model-e2e.test.js tests/code-graph-guardrails.test.js tests/proxy-pointer-rag-guardrails.test.js tests/rag-precision-guardrails.test.js tests/ai-engineering-stack-guardrails.test.js tests/long-running-agent-context-guardrails.test.js tests/reasoning-efficiency-guardrails.test.js tests/deepseek-v4-runtime-guardrails.test.js tests/upstream-contribution-engine.test.js tests/proactive-agent-eval-guardrails.test.js tests/reward-hacking-guardrails.test.js tests/chatgpt-ads-readiness-pack.test.js tests/oss-pr-opportunity-scout.test.js tests/agent-design-governance.test.js tests/gemini-embedding-policy.test.js tests/openclaw-agent-governance-kit.test.js tests/agent-operations-planner.test.js tests/aws-blocks-guardrails.test.js tests/hob-pack.test.js",
|
|
626
|
+
"test:high-roi": "node --test tests/high-roi.test.js tests/model-candidates.test.js tests/autonomous-workflow.test.js tests/high-roi-agent-workflows.test.js tests/interaction-model.test.js tests/interaction-model-e2e.test.js tests/code-graph-guardrails.test.js tests/proxy-pointer-rag-guardrails.test.js tests/rag-precision-guardrails.test.js tests/ai-engineering-stack-guardrails.test.js tests/long-running-agent-context-guardrails.test.js tests/reasoning-efficiency-guardrails.test.js tests/deepseek-v4-runtime-guardrails.test.js tests/upstream-contribution-engine.test.js tests/proactive-agent-eval-guardrails.test.js tests/reward-hacking-guardrails.test.js tests/chatgpt-ads-readiness-pack.test.js tests/oss-pr-opportunity-scout.test.js tests/agent-design-governance.test.js tests/gemini-embedding-policy.test.js tests/openclaw-agent-governance-kit.test.js",
|
|
707
627
|
"test:public-static-assets": "node --test tests/public-static-assets.test.js",
|
|
708
628
|
"test:token-savings": "node --test tests/token-savings.test.js",
|
|
709
|
-
"test:cost-cli": "node --test tests/cost-cli.test.js tests/conversion-receipt.test.js",
|
|
710
629
|
"test:numbers-page": "node --test tests/numbers-page.test.js",
|
|
711
630
|
"test:workflow-gate-checkpoint": "node --test tests/workflow-gate-checkpoint.test.js tests/autonomous-workflow.test.js",
|
|
712
631
|
"workflow:autonomous": "node scripts/autonomous-workflow.js",
|
|
@@ -715,10 +634,6 @@
|
|
|
715
634
|
"test:competitive-positioning-marketing": "node --test tests/competitive-positioning-marketing.test.js tests/knowledge-graph-guardrails.test.js tests/supply-chain-guardrails.test.js",
|
|
716
635
|
"test:medium-weekly": "node --test tests/medium-weekly.test.js",
|
|
717
636
|
"test:dashboard-deeplink-e2e": "node --test tests/dashboard-deeplink-e2e.test.js",
|
|
718
|
-
"test:e2e:playwright": "playwright test",
|
|
719
|
-
"test:e2e:playwright:headed": "playwright test --headed",
|
|
720
|
-
"test:e2e:playwright:ui": "playwright test --ui",
|
|
721
|
-
"test:e2e:playwright:report": "playwright show-report",
|
|
722
637
|
"test:public-package-parity": "node --test tests/public-package-parity.test.js",
|
|
723
638
|
"prepare": "bash bin/install-hooks.sh >/dev/null 2>&1 || true",
|
|
724
639
|
"install:hooks": "bash bin/install-hooks.sh",
|
|
@@ -732,43 +647,7 @@
|
|
|
732
647
|
"test:bayes-optimal-gate": "node --test tests/bayes-optimal-gate.test.js",
|
|
733
648
|
"test:actionable-remediations": "node --test tests/actionable-remediations.test.js",
|
|
734
649
|
"test:public-bundle-ratchet": "node --test tests/public-bundle-ratchet.test.js",
|
|
735
|
-
"test:stripe-payment-link-update": "node --test tests/stripe-payment-link-update.test.js"
|
|
736
|
-
"test:verify-marketing-pages-deployed": "node --test tests/verify-marketing-pages-deployed.test.js",
|
|
737
|
-
"verify:marketing-pages": "node scripts/verify-marketing-pages-deployed.js",
|
|
738
|
-
"test:install-email-capture": "node --test tests/install-email-capture.test.js",
|
|
739
|
-
"test:install-shim": "node --test tests/install-shim.test.js",
|
|
740
|
-
"test:hook-runtime-subcommands": "node --test tests/hook-runtime-subcommands.test.js",
|
|
741
|
-
"test:implementation-notes": "node --test tests/implementation-notes.test.js",
|
|
742
|
-
"test:public-repo-hygiene": "node --test tests/public-repo-hygiene.test.js",
|
|
743
|
-
"test:daily-block-cap": "node --test tests/daily-block-cap.test.js",
|
|
744
|
-
"test:free-to-paid-conversion-units": "node --test tests/free-to-paid-conversion-units.test.js",
|
|
745
|
-
"test:metrics-real-endpoint": "node --test tests/metrics-real-endpoint.test.js",
|
|
746
|
-
"test:cli-trial-and-help": "node --test tests/cli-trial-and-help.test.js",
|
|
747
|
-
"test:lessons-page-clickability": "playwright test tests/e2e/lessons-page-clickability.spec.js",
|
|
748
|
-
"test:index-page-clickability": "playwright test tests/e2e/index-page-clickability.spec.js",
|
|
749
|
-
"test:dashboard-page-clickability": "playwright test tests/e2e/dashboard-page-clickability.spec.js",
|
|
750
|
-
"test:agent-manager-page-clickability": "playwright test tests/e2e/agent-manager-page-clickability.spec.js",
|
|
751
|
-
"test:pricing-page-clickability": "playwright test tests/e2e/pricing-page-clickability.spec.js",
|
|
752
|
-
"test:proof:truth": "node --test tests/knowledge-entropy.test.js tests/mcp-wiring-doctor.test.js tests/sequence-guard.test.js tests/slopsquat-guard.test.js tests/slopsquat-stress.test.js tests/truth-and-proof.test.js tests/wire-proof-gate.test.js tests/adaptive-reliability.test.js tests/coderabbit-patterns.test.js",
|
|
753
|
-
"build:grok-plugin": "node scripts/build-grok-plugin.js",
|
|
754
|
-
"feedback:ingest": "node scripts/ingest-manual-feedback.js",
|
|
755
|
-
"verify-proof": "node scripts/require-proof.js",
|
|
756
|
-
"test:mcp-oauth-reviewer": "node --test tests/mcp-oauth-reviewer.test.js",
|
|
757
|
-
"test:dashboard-chat": "node --test tests/dashboard-chat.test.js",
|
|
758
|
-
"test:gitar-integration": "node --test tests/gitar-integration.test.js",
|
|
759
|
-
"test:api": "node --test --test-concurrency=1 tests/api-server.test.js tests/api-events-sse.test.js tests/api-auth-config.test.js tests/mcp-server.test.js tests/adapters.test.js tests/openapi-parity.test.js tests/budget-guard.test.js tests/context-manager.test.js tests/contextfs.test.js tests/job-api.test.js tests/pack-templates.test.js tests/dashboard.test.js tests/dashboard-render-spec.test.js tests/dashboard-html.test.js tests/agent-readiness.test.js tests/mcp-policy.test.js tests/subagent-profiles.test.js tests/intent-router.test.js tests/internal-agent-bootstrap.test.js tests/lesson-search.test.js tests/thumbgate-search.test.js tests/document-intake.test.js tests/rubric-engine.test.js tests/self-healing-check.test.js tests/self-heal.test.js tests/feedback-schema.test.js tests/thompson-sampling.test.js tests/feedback-sequences.test.js tests/diversity-tracking.test.js tests/vector-store.test.js tests/gemini-embedding-policy.test.js tests/feedback-attribution.test.js tests/hybrid-feedback-context.test.js tests/loop-closure.test.js tests/code-reasoning.test.js tests/feedback-loop.test.js tests/feedback-inbox-read.test.js tests/feedback-to-memory.test.js tests/test-coverage.test.js tests/version-metadata.test.js tests/claude-mcpb.test.js tests/claude-codex-bridge.test.js tests/cursor-plugin.test.js tests/codex-plugin.test.js tests/ide-marketplace-extensions.test.js tests/telemetry-analytics.test.js tests/public-landing.test.js tests/lessons-page.test.js tests/pro-landing.test.js tests/local-model-profile.test.js tests/risk-scorer.test.js tests/context-compaction.test.js tests/reminder-engine.test.js tests/verification-loop.test.js tests/async-job-runner.test.js tests/commerce-quality.test.js tests/recall-limit.test.js tests/problem-detail.test.js tests/natural-language-harness.test.js tests/settings-hierarchy.test.js tests/classifier-routing.test.js",
|
|
760
|
-
"test:leak-scanner": "node --test tests/leak-scanner.test.js",
|
|
761
|
-
"test:tool-contract-validator": "node --test tests/tool-contract-validator.test.js",
|
|
762
|
-
"test:letta-adapter": "node --test tests/letta-adapter.test.js",
|
|
763
|
-
"test:policy-engine-adapter": "node --test tests/policy-engine-adapter.test.js",
|
|
764
|
-
"eval:observability": "node scripts/async-eval-observability.js",
|
|
765
|
-
"test:memory-provider-enforcement-bridge": "node --test tests/memory-provider-enforcement-bridge.test.js",
|
|
766
|
-
"test:payment-rails": "node --test tests/payment-rails.test.js",
|
|
767
|
-
"test:publisher-credential-guards": "node --test tests/publisher-credential-guards.test.js",
|
|
768
|
-
"test:reddit-browser-notification-watch": "node --test tests/reddit-browser-notification-watch.test.js",
|
|
769
|
-
"cursor:marketplace:doctor": "node scripts/cursor-marketplace-doctor.js",
|
|
770
|
-
"cursor:marketplace:doctor:json": "node scripts/cursor-marketplace-doctor.js --json",
|
|
771
|
-
"test:cursor-marketplace-doctor": "node --test tests/cursor-marketplace-doctor.test.js"
|
|
650
|
+
"test:stripe-payment-link-update": "node --test tests/stripe-payment-link-update.test.js"
|
|
772
651
|
},
|
|
773
652
|
"keywords": [
|
|
774
653
|
"mcp",
|
|
@@ -823,36 +702,27 @@
|
|
|
823
702
|
"node": ">=18.18.0"
|
|
824
703
|
},
|
|
825
704
|
"dependencies": {
|
|
826
|
-
"@anthropic-ai/sdk": "0.
|
|
827
|
-
"@google/genai": "
|
|
705
|
+
"@anthropic-ai/sdk": "0.95.2",
|
|
706
|
+
"@google/genai": "1.49.0",
|
|
828
707
|
"@huggingface/transformers": "^4.2.0",
|
|
829
|
-
"@lancedb/lancedb": "^0.
|
|
708
|
+
"@lancedb/lancedb": "^0.27.2",
|
|
830
709
|
"apache-arrow": "^18.1.0",
|
|
831
710
|
"better-sqlite3": "^12.9.0",
|
|
832
711
|
"dotenv": "^17.4.2",
|
|
833
712
|
"playwright-core": "^1.59.1",
|
|
834
|
-
"protobufjs": "^
|
|
835
|
-
"stripe": "^22.2
|
|
713
|
+
"protobufjs": "^7.5.5",
|
|
714
|
+
"stripe": "^22.0.2"
|
|
836
715
|
},
|
|
837
716
|
"overrides": {
|
|
838
|
-
"@google/genai": {
|
|
839
|
-
"protobufjs": "7.6.4"
|
|
840
|
-
},
|
|
841
|
-
"onnxruntime-web": {
|
|
842
|
-
"protobufjs": "7.6.4"
|
|
843
|
-
},
|
|
844
717
|
"express@4.22.1": {
|
|
845
718
|
"path-to-regexp": "0.1.13"
|
|
846
|
-
}
|
|
847
|
-
"js-yaml": "4.2.0"
|
|
719
|
+
}
|
|
848
720
|
},
|
|
849
721
|
"mcpName": "io.github.IgorGanapolsky/thumbgate",
|
|
850
722
|
"devDependencies": {
|
|
851
723
|
"@changesets/changelog-github": "^0.7.0",
|
|
852
724
|
"@changesets/cli": "^2.31.0",
|
|
853
|
-
"@playwright/test": "^1.60.0",
|
|
854
725
|
"c8": "^11.0.0",
|
|
855
|
-
"undici": "^8.
|
|
856
|
-
}
|
|
857
|
-
"hotfix": "gate-check-bypass-2026-06-03"
|
|
726
|
+
"undici": "^8.2.0"
|
|
727
|
+
}
|
|
858
728
|
}
|