@nerviq/cli 1.0.1 → 1.2.0
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/bin/cli.js +170 -73
- package/package.json +1 -1
- package/src/activity.js +20 -0
- package/src/aider/domain-packs.js +27 -2
- package/src/aider/mcp-packs.js +231 -0
- package/src/aider/techniques.js +3210 -1397
- package/src/audit.js +257 -2
- package/src/catalog.js +18 -2
- package/src/codex/domain-packs.js +23 -1
- package/src/codex/mcp-packs.js +254 -0
- package/src/codex/techniques.js +4738 -3257
- package/src/copilot/domain-packs.js +23 -1
- package/src/copilot/mcp-packs.js +254 -0
- package/src/copilot/techniques.js +3433 -1936
- package/src/cursor/domain-packs.js +23 -1
- package/src/cursor/mcp-packs.js +257 -0
- package/src/cursor/techniques.js +3697 -1869
- package/src/deprecation.js +98 -0
- package/src/domain-pack-expansion.js +571 -0
- package/src/domain-packs.js +25 -2
- package/src/formatters/otel.js +151 -0
- package/src/gemini/domain-packs.js +23 -1
- package/src/gemini/mcp-packs.js +257 -0
- package/src/gemini/techniques.js +3734 -2238
- package/src/integrations.js +194 -0
- package/src/mcp-packs.js +233 -0
- package/src/opencode/domain-packs.js +23 -1
- package/src/opencode/mcp-packs.js +231 -0
- package/src/opencode/techniques.js +3500 -1687
- package/src/org.js +68 -0
- package/src/source-urls.js +410 -260
- package/src/stack-checks.js +565 -0
- package/src/supplemental-checks.js +767 -0
- package/src/techniques.js +2929 -1449
- package/src/telemetry.js +160 -0
- package/src/windsurf/domain-packs.js +23 -1
- package/src/windsurf/mcp-packs.js +257 -0
- package/src/windsurf/techniques.js +3647 -1834
- package/src/workspace.js +233 -0
package/src/aider/mcp-packs.js
CHANGED
|
@@ -52,6 +52,237 @@ const AIDER_MCP_PACKS = [
|
|
|
52
52
|
configProjection: null,
|
|
53
53
|
recommendation: 'Use /web <url> to pull documentation into the Aider chat context.',
|
|
54
54
|
},
|
|
55
|
+
// ── 23 new packs (Aider editor-bridge format) ────────────────────────────
|
|
56
|
+
{
|
|
57
|
+
key: 'supabase-mcp', label: 'Supabase',
|
|
58
|
+
description: 'Database, auth, and storage for Supabase. Use /web command or configure in your editor MCP bridge.',
|
|
59
|
+
useWhen: 'Repos using Supabase.',
|
|
60
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
61
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
62
|
+
requiredAuth: ['SUPABASE_URL', 'SUPABASE_SERVICE_ROLE_KEY'],
|
|
63
|
+
serverName: 'supabase', configProjection: null,
|
|
64
|
+
recommendation: 'Configure supabase in editor MCP extension and use /web for docs.',
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
key: 'prisma-mcp', label: 'Prisma ORM',
|
|
68
|
+
description: 'Schema inspection and migrations via Prisma. Use /web command or configure in your editor MCP bridge.',
|
|
69
|
+
useWhen: 'Repos with a Prisma schema.',
|
|
70
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
71
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
72
|
+
requiredAuth: ['DATABASE_URL'],
|
|
73
|
+
serverName: 'prisma', configProjection: null,
|
|
74
|
+
recommendation: 'Configure prisma in editor MCP extension and use /web for docs.',
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
key: 'vercel-mcp', label: 'Vercel',
|
|
78
|
+
description: 'Deployment management via Vercel. Use /web command or configure in your editor MCP bridge.',
|
|
79
|
+
useWhen: 'Repos deployed on Vercel.',
|
|
80
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
81
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
82
|
+
requiredAuth: ['VERCEL_TOKEN'],
|
|
83
|
+
serverName: 'vercel', configProjection: null,
|
|
84
|
+
recommendation: 'Configure vercel in editor MCP extension and use /web for docs.',
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
key: 'cloudflare-mcp', label: 'Cloudflare',
|
|
88
|
+
description: 'Workers, KV, R2, and D1 management. Use /web command or configure in your editor MCP bridge.',
|
|
89
|
+
useWhen: 'Repos using Cloudflare edge.',
|
|
90
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
91
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
92
|
+
requiredAuth: ['CLOUDFLARE_API_TOKEN'],
|
|
93
|
+
serverName: 'cloudflare', configProjection: null,
|
|
94
|
+
recommendation: 'Configure cloudflare in editor MCP extension and use /web for docs.',
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
key: 'aws-mcp', label: 'AWS',
|
|
98
|
+
description: 'S3, Lambda, DynamoDB access. Use /web command or configure in your editor MCP bridge.',
|
|
99
|
+
useWhen: 'Repos using AWS.',
|
|
100
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
101
|
+
trustLevel: 'low', transport: 'editor-bridge',
|
|
102
|
+
requiredAuth: ['AWS_ACCESS_KEY_ID', 'AWS_SECRET_ACCESS_KEY', 'AWS_REGION'],
|
|
103
|
+
serverName: 'aws', configProjection: null,
|
|
104
|
+
recommendation: 'Configure aws in editor MCP extension and use /web for docs.',
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
key: 'redis-mcp', label: 'Redis',
|
|
108
|
+
description: 'Cache and session management. Use /web command or configure in your editor MCP bridge.',
|
|
109
|
+
useWhen: 'Repos using Redis.',
|
|
110
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
111
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
112
|
+
requiredAuth: ['REDIS_URL'],
|
|
113
|
+
serverName: 'redis', configProjection: null,
|
|
114
|
+
recommendation: 'Configure redis in editor MCP extension and use /web for docs.',
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
key: 'mongodb-mcp', label: 'MongoDB',
|
|
118
|
+
description: 'Document database access. Use /web command or configure in your editor MCP bridge.',
|
|
119
|
+
useWhen: 'Repos using MongoDB.',
|
|
120
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
121
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
122
|
+
requiredAuth: ['MONGODB_URI'],
|
|
123
|
+
serverName: 'mongodb', configProjection: null,
|
|
124
|
+
recommendation: 'Configure mongodb in editor MCP extension and use /web for docs.',
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
key: 'twilio-mcp', label: 'Twilio',
|
|
128
|
+
description: 'SMS, voice, and messaging. Use /web command or configure in your editor MCP bridge.',
|
|
129
|
+
useWhen: 'Repos using Twilio.',
|
|
130
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
131
|
+
trustLevel: 'low', transport: 'editor-bridge',
|
|
132
|
+
requiredAuth: ['TWILIO_ACCOUNT_SID', 'TWILIO_AUTH_TOKEN'],
|
|
133
|
+
serverName: 'twilio', configProjection: null,
|
|
134
|
+
recommendation: 'Configure twilio in editor MCP extension and use /web for docs.',
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
key: 'sendgrid-mcp', label: 'SendGrid',
|
|
138
|
+
description: 'Transactional email delivery. Use /web command or configure in your editor MCP bridge.',
|
|
139
|
+
useWhen: 'Repos using SendGrid.',
|
|
140
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
141
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
142
|
+
requiredAuth: ['SENDGRID_API_KEY'],
|
|
143
|
+
serverName: 'sendgrid', configProjection: null,
|
|
144
|
+
recommendation: 'Configure sendgrid in editor MCP extension and use /web for docs.',
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
key: 'algolia-mcp', label: 'Algolia Search',
|
|
148
|
+
description: 'Search indexing via Algolia. Use /web command or configure in your editor MCP bridge.',
|
|
149
|
+
useWhen: 'Repos using Algolia.',
|
|
150
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
151
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
152
|
+
requiredAuth: ['ALGOLIA_APP_ID', 'ALGOLIA_API_KEY'],
|
|
153
|
+
serverName: 'algolia', configProjection: null,
|
|
154
|
+
recommendation: 'Configure algolia in editor MCP extension and use /web for docs.',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
key: 'planetscale-mcp', label: 'PlanetScale',
|
|
158
|
+
description: 'Serverless MySQL via PlanetScale. Use /web command or configure in your editor MCP bridge.',
|
|
159
|
+
useWhen: 'Repos on PlanetScale.',
|
|
160
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
161
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
162
|
+
requiredAuth: ['PLANETSCALE_TOKEN'],
|
|
163
|
+
serverName: 'planetscale', configProjection: null,
|
|
164
|
+
recommendation: 'Configure planetscale in editor MCP extension and use /web for docs.',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
key: 'neon-mcp', label: 'Neon Serverless Postgres',
|
|
168
|
+
description: 'Serverless Postgres via Neon. Use /web command or configure in your editor MCP bridge.',
|
|
169
|
+
useWhen: 'Repos using Neon.',
|
|
170
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
171
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
172
|
+
requiredAuth: ['NEON_API_KEY'],
|
|
173
|
+
serverName: 'neon', configProjection: null,
|
|
174
|
+
recommendation: 'Configure neon in editor MCP extension and use /web for docs.',
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
key: 'turso-mcp', label: 'Turso Edge SQLite',
|
|
178
|
+
description: 'Edge SQLite via Turso. Use /web command or configure in your editor MCP bridge.',
|
|
179
|
+
useWhen: 'Repos using Turso.',
|
|
180
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
181
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
182
|
+
requiredAuth: ['TURSO_DATABASE_URL', 'TURSO_AUTH_TOKEN'],
|
|
183
|
+
serverName: 'turso', configProjection: null,
|
|
184
|
+
recommendation: 'Configure turso in editor MCP extension and use /web for docs.',
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
key: 'upstash-mcp', label: 'Upstash Redis+Kafka',
|
|
188
|
+
description: 'Serverless Redis and Kafka. Use /web command or configure in your editor MCP bridge.',
|
|
189
|
+
useWhen: 'Repos using Upstash.',
|
|
190
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
191
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
192
|
+
requiredAuth: ['UPSTASH_REDIS_REST_URL', 'UPSTASH_REDIS_REST_TOKEN'],
|
|
193
|
+
serverName: 'upstash', configProjection: null,
|
|
194
|
+
recommendation: 'Configure upstash in editor MCP extension and use /web for docs.',
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
key: 'convex-mcp', label: 'Convex',
|
|
198
|
+
description: 'Reactive backend via Convex. Use /web command or configure in your editor MCP bridge.',
|
|
199
|
+
useWhen: 'Repos using Convex.',
|
|
200
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
201
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
202
|
+
requiredAuth: ['CONVEX_DEPLOYMENT'],
|
|
203
|
+
serverName: 'convex', configProjection: null,
|
|
204
|
+
recommendation: 'Configure convex in editor MCP extension and use /web for docs.',
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
key: 'clerk-mcp', label: 'Clerk Authentication',
|
|
208
|
+
description: 'User auth via Clerk. Use /web command or configure in your editor MCP bridge.',
|
|
209
|
+
useWhen: 'Repos using Clerk.',
|
|
210
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
211
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
212
|
+
requiredAuth: ['CLERK_SECRET_KEY'],
|
|
213
|
+
serverName: 'clerk', configProjection: null,
|
|
214
|
+
recommendation: 'Configure clerk in editor MCP extension and use /web for docs.',
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
key: 'resend-mcp', label: 'Resend Email',
|
|
218
|
+
description: 'Transactional email via Resend. Use /web command or configure in your editor MCP bridge.',
|
|
219
|
+
useWhen: 'Repos using Resend.',
|
|
220
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
221
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
222
|
+
requiredAuth: ['RESEND_API_KEY'],
|
|
223
|
+
serverName: 'resend', configProjection: null,
|
|
224
|
+
recommendation: 'Configure resend in editor MCP extension and use /web for docs.',
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
key: 'temporal-mcp', label: 'Temporal Workflow',
|
|
228
|
+
description: 'Workflow orchestration via Temporal. Use /web command or configure in your editor MCP bridge.',
|
|
229
|
+
useWhen: 'Repos using Temporal.',
|
|
230
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
231
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
232
|
+
requiredAuth: ['TEMPORAL_ADDRESS'],
|
|
233
|
+
serverName: 'temporal', configProjection: null,
|
|
234
|
+
recommendation: 'Configure temporal in editor MCP extension and use /web for docs.',
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
key: 'launchdarkly-mcp', label: 'LaunchDarkly',
|
|
238
|
+
description: 'Feature flags via LaunchDarkly. Use /web command or configure in your editor MCP bridge.',
|
|
239
|
+
useWhen: 'Repos using LaunchDarkly.',
|
|
240
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
241
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
242
|
+
requiredAuth: ['LAUNCHDARKLY_ACCESS_TOKEN'],
|
|
243
|
+
serverName: 'launchdarkly', configProjection: null,
|
|
244
|
+
recommendation: 'Configure launchdarkly in editor MCP extension and use /web for docs.',
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
key: 'datadog-mcp', label: 'Datadog',
|
|
248
|
+
description: 'Monitoring and APM via Datadog. Use /web command or configure in your editor MCP bridge.',
|
|
249
|
+
useWhen: 'Repos using Datadog.',
|
|
250
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
251
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
252
|
+
requiredAuth: ['DATADOG_API_KEY', 'DATADOG_APP_KEY'],
|
|
253
|
+
serverName: 'datadog', configProjection: null,
|
|
254
|
+
recommendation: 'Configure datadog in editor MCP extension and use /web for docs.',
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
key: 'grafana-mcp', label: 'Grafana',
|
|
258
|
+
description: 'Dashboards via Grafana. Use /web command or configure in your editor MCP bridge.',
|
|
259
|
+
useWhen: 'Repos using Grafana.',
|
|
260
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
261
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
262
|
+
requiredAuth: ['GRAFANA_URL', 'GRAFANA_API_KEY'],
|
|
263
|
+
serverName: 'grafana', configProjection: null,
|
|
264
|
+
recommendation: 'Configure grafana in editor MCP extension and use /web for docs.',
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
key: 'circleci-mcp', label: 'CircleCI',
|
|
268
|
+
description: 'CI/CD via CircleCI. Use /web command or configure in your editor MCP bridge.',
|
|
269
|
+
useWhen: 'Repos using CircleCI.',
|
|
270
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
271
|
+
trustLevel: 'medium', transport: 'editor-bridge',
|
|
272
|
+
requiredAuth: ['CIRCLECI_TOKEN'],
|
|
273
|
+
serverName: 'circleci', configProjection: null,
|
|
274
|
+
recommendation: 'Configure circleci in editor MCP extension and use /web for docs.',
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
key: 'anthropic-mcp', label: 'Anthropic Claude API',
|
|
278
|
+
description: 'Claude API for AI-powered apps. Use /web command or configure in your editor MCP bridge.',
|
|
279
|
+
useWhen: 'Repos building on Claude API.',
|
|
280
|
+
adoption: 'Aider has no native MCP. Use /web URL or editor bridge.',
|
|
281
|
+
trustLevel: 'high', transport: 'editor-bridge',
|
|
282
|
+
requiredAuth: ['ANTHROPIC_API_KEY'],
|
|
283
|
+
serverName: 'anthropic', configProjection: null,
|
|
284
|
+
recommendation: 'Configure anthropic in editor MCP extension and use /web for docs.',
|
|
285
|
+
},
|
|
55
286
|
];
|
|
56
287
|
|
|
57
288
|
/**
|