-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathbtca.config.jsonc
More file actions
483 lines (483 loc) · 15.9 KB
/
Copy pathbtca.config.jsonc
File metadata and controls
483 lines (483 loc) · 15.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
{
// Resource manifest for the btca-local skill: repos pre-cloned into
// ~/.btca/agent/sandbox/<name>. The skill defaults to main, so non-main
// default branches must be pinned here.
"resources": [
{
"type": "git",
"name": "svelte",
"url": "https://github.com/sveltejs/svelte.dev",
"branch": "main",
"specialNotes": "Svelte 5 docs. Focus on content/docs for runes, reactivity, components."
},
{
"type": "git",
"name": "sveltekit",
"url": "https://github.com/sveltejs/svelte.dev",
"branch": "main",
"specialNotes": "SvelteKit docs. Routing, load functions, hooks, adapters."
},
{
"type": "git",
"name": "shadcnSvelte",
"url": "https://github.com/huntabyte/shadcn-svelte",
"branch": "main",
"specialNotes": "UI components built on bits-ui. Blocks in registry/blocks/, components in registry/ui/. Check registry/ for source code, content/ for docs."
},
{
"type": "git",
"name": "shadcnSvelteExtras",
"url": "https://github.com/ieedan/shadcn-svelte-extras",
"branch": "main",
"specialNotes": "Additional shadcn-svelte components not in main library."
},
{
"type": "git",
"name": "bitsUi",
"url": "https://github.com/huntabyte/bits-ui",
"branch": "main",
"specialNotes": "Headless UI primitives. Foundation for shadcn-svelte."
},
{
"type": "git",
"name": "runed",
"url": "https://github.com/svecosystem/runed",
"branch": "main",
"specialNotes": "Svelte 5 utilities: useDebounce, PersistedState, ElementRect, etc."
},
{
"type": "git",
"name": "formsnap",
"url": "https://github.com/svecosystem/formsnap",
"branch": "main",
"specialNotes": "Form components for Svelte with superforms integration."
},
{
"type": "git",
"name": "superforms",
"url": "https://github.com/ciscoheat/sveltekit-superforms",
"branch": "main",
"specialNotes": "SvelteKit form library with validation, progressive enhancement."
},
{
"type": "git",
"name": "paneforge",
"url": "https://github.com/svecosystem/paneforge",
"branch": "main",
"specialNotes": "Resizable pane components for Svelte."
},
{
"type": "git",
"name": "svelteInfinite",
"url": "https://github.com/ndom91/svelte-infinite",
"branch": "main",
"specialNotes": "Infinite scroll for Svelte. Use with convex pagination."
},
{
"type": "git",
"name": "motionSvelte",
"url": "https://github.com/hanielu/motion-svelte",
"branch": "main",
"specialNotes": "Framer Motion for Svelte. Animation library."
},
{
"type": "git",
"name": "svAnimate",
"url": "https://github.com/SikandarJODD/animations",
"branch": "master",
"specialNotes": "Prebuilt animation components for Svelte 5 (Magic UI + Spell UI, sv-animations.vercel.app). Successor of the older sv-animate repo."
},
{
"type": "git",
"name": "threlte",
"url": "https://github.com/threlte/threlte",
"branch": "main",
"specialNotes": "Three.js for Svelte. 3D rendering and interactive scenes."
},
{
"type": "git",
"name": "xyflow",
"url": "https://github.com/xyflow/xyflow",
"branch": "main",
"specialNotes": "Svelte Flow - node-based diagrams and editors."
},
{
"type": "git",
"name": "cnblocks",
"url": "https://github.com/SikandarJODD/cnblocks",
"branch": "master",
"specialNotes": "Marketing blocks: headers, features, pricing, footers."
},
{
"type": "git",
"name": "aiElements",
"url": "https://github.com/SikandarJODD/ai-elements",
"branch": "master",
"specialNotes": "AI-related UI components for Svelte."
},
{
"type": "git",
"name": "convex",
"url": "https://github.com/get-convex/convex-backend",
"branch": "main",
"specialNotes": "Convex backend platform docs. Schema, queries, mutations, actions."
},
{
"type": "git",
"name": "convexSvelte",
"url": "https://github.com/get-convex/convex-svelte",
"branch": "main",
"specialNotes": "Official Convex Svelte bindings with pagination support (the mmailaender fork was merged back upstream)."
},
{
"type": "git",
"name": "convexBetterAuth",
"url": "https://github.com/get-convex/better-auth",
"branch": "main",
"specialNotes": "Convex Better Auth component. Local install, schema generation, auth component APIs, version migration notes."
},
{
"type": "git",
"name": "convexBetterAuthSvelte",
"url": "https://github.com/mmailaender/convex-better-auth-svelte",
"branch": "main",
"specialNotes": "SvelteKit bindings for @convex-dev/better-auth. Handler, client provider, auth state helpers, migration notes."
},
{
"type": "git",
"name": "convexAgent",
"url": "https://github.com/get-convex/agent",
"branch": "main",
"specialNotes": "Convex AI agent library. Streaming, tool use, threads."
},
{
"type": "git",
"name": "convexHelpers",
"url": "https://github.com/get-convex/convex-helpers",
"branch": "main",
"specialNotes": "Convex utilities: validators, relationships, migrations."
},
{
"type": "git",
"name": "convexResend",
"url": "https://github.com/get-convex/resend",
"branch": "main",
"specialNotes": "Email sending with Resend. Webhooks, idempotency, workpools."
},
{
"type": "git",
"name": "convexPresence",
"url": "https://github.com/get-convex/presence",
"branch": "main",
"specialNotes": "User presence tracking. Live-updating list of users in a room."
},
{
"type": "git",
"name": "convexRag",
"url": "https://github.com/get-convex/rag",
"branch": "main",
"specialNotes": "RAG component. Semantic search, vector embeddings, LLM context."
},
{
"type": "git",
"name": "convexStripe",
"url": "https://github.com/get-convex/stripe",
"branch": "main",
"specialNotes": "Stripe payments. Subscriptions, checkout, webhooks, customer portal."
},
{
"type": "git",
"name": "convexRateLimiter",
"url": "https://github.com/get-convex/rate-limiter",
"branch": "main",
"specialNotes": "Rate limiting. Token bucket, fixed window, sharding."
},
{
"type": "git",
"name": "convexActionCache",
"url": "https://github.com/get-convex/action-cache",
"branch": "main",
"specialNotes": "Cache expensive action results with TTL."
},
{
"type": "git",
"name": "convexFilesControl",
"url": "https://github.com/gilhrpenner/convex-files-control",
"branch": "main",
"specialNotes": "File uploads, access control, download grants. Works with R2."
},
{
"type": "git",
"name": "convexTimeline",
"url": "https://github.com/MeshanKhosla/convex-timeline",
"branch": "main",
"specialNotes": "Undo/redo state management with named checkpoints."
},
{
"type": "git",
"name": "convexMigrations",
"url": "https://github.com/get-convex/migrations",
"branch": "main",
"specialNotes": "Database migrations. Batch processing, resumable, CLI support."
},
{
"type": "git",
"name": "convexAggregate",
"url": "https://github.com/get-convex/aggregate",
"branch": "main",
"specialNotes": "Efficient COUNT, SUM, MAX. O(log n) aggregations."
},
{
"type": "git",
"name": "convexShardedCounter",
"url": "https://github.com/get-convex/sharded-counter",
"branch": "main",
"specialNotes": "High-throughput counters with sharding."
},
{
"type": "git",
"name": "convexGeospatial",
"url": "https://github.com/get-convex/geospatial",
"branch": "main",
"specialNotes": "Geospatial indexing. Store/query points on Earth's surface."
},
{
"type": "git",
"name": "convexWorkpool",
"url": "https://github.com/get-convex/workpool",
"branch": "main",
"specialNotes": "Action pooling. Throttle parallel requests, retry with backoff."
},
{
"type": "git",
"name": "convexWorkflow",
"url": "https://github.com/get-convex/workflow",
"branch": "main",
"specialNotes": "Durable workflows. Long-running, resumable, cancelable."
},
{
"type": "git",
"name": "convexRetrier",
"url": "https://github.com/get-convex/action-retrier",
"branch": "main",
"specialNotes": "Action retry with exponential backoff."
},
{
"type": "git",
"name": "convexCrons",
"url": "https://github.com/get-convex/crons",
"branch": "main",
"specialNotes": "Runtime cron jobs. Dynamic registration, intervals, cron specs."
},
{
"type": "git",
"name": "betterAuth",
"url": "https://github.com/better-auth/better-auth",
"branch": "main",
"specialNotes": "Auth library. Passkeys, OAuth, sessions. Use main repo not Convex fork."
},
{
"type": "git",
"name": "betterSvelteEmail",
"url": "https://github.com/Konixy/better-svelte-email",
"branch": "main",
"specialNotes": "Email templates for Svelte. Used with Resend."
},
{
"type": "git",
"name": "tailwind",
"url": "https://github.com/tailwindlabs/tailwindcss.com",
"branch": "main",
"specialNotes": "Tailwind CSS v4 docs. Utility classes, configuration."
},
{
"type": "git",
"name": "vercelAi",
"url": "https://github.com/vercel/ai",
"branch": "main",
"specialNotes": "Vercel AI SDK. Streaming, tools, providers."
},
{
"type": "git",
"name": "valibot",
"url": "https://github.com/fabian-hiller/valibot",
"branch": "main",
"specialNotes": "Schema validation. Modular, type-safe, smaller bundle."
},
{
"type": "git",
"name": "nprogress",
"url": "https://github.com/rstacruz/nprogress",
"branch": "master",
"specialNotes": "Top loading bar implementation. Study start/done behavior, trickle timing, and CSS structure."
},
{
"type": "git",
"name": "tanstackTable",
"url": "https://github.com/TanStack/table",
"branch": "main",
"specialNotes": "Headless table library. Sorting, filtering, pagination."
},
{
"type": "git",
"name": "tolgee",
"url": "https://github.com/tolgee/tolgee-js",
"branch": "main",
"searchPath": "packages/svelte",
"specialNotes": "i18n for Svelte. Translation management, in-context editing."
},
{
"type": "git",
"name": "playwright",
"url": "https://github.com/microsoft/playwright",
"branch": "main",
"specialNotes": "E2E testing. Browser automation, assertions, fixtures."
},
{
"type": "git",
"name": "vitest",
"url": "https://github.com/vitest-dev/vitest",
"branch": "main",
"specialNotes": "Unit testing. Vite-native, Jest-compatible API."
},
{
"type": "git",
"name": "svelteCli",
"url": "https://github.com/sveltejs/cli",
"branch": "main"
},
{
"type": "git",
"name": "renovate",
"url": "https://github.com/renovatebot/renovate",
"branch": "main",
"specialNotes": "Renovate dependency update automation. Configuration presets, package rules, scheduling, vulnerability alerts."
},
{
"type": "git",
"name": "svelteRiveExample",
"url": "https://github.com/nilskj/svelte-rive-example",
"branch": "master"
},
{
"type": "git",
"name": "motionCore",
"url": "https://github.com/motion-core/motion-core",
"branch": "master"
},
{
"type": "git",
"name": "webHaptics",
"url": "https://github.com/lochie/web-haptics",
"branch": "main",
"specialNotes": "Haptic feedback for mobile web. Svelte integration via createWebHaptics. Patterns: success, error, warning, etc. Check apps/svelte-example for usage."
},
{
"type": "git",
"name": "autoAnimate",
"url": "https://github.com/formkit/auto-animate",
"branch": "master",
"specialNotes": "Automatic animations for DOM changes. Svelte action via use:autoAnimate. Custom KeyframeEffect for fine-grained control."
},
{
"type": "git",
"name": "movingIcons",
"url": "https://github.com/jis3r/icons",
"branch": "main",
"specialNotes": "Animated Lucide icons for Svelte 5. Zero dependencies, pure CSS keyframes. Use @jis3r/icons package. Each icon has bespoke hand-crafted animation. Props: size, color, strokeWidth, animate (boolean), class."
},
{
"type": "git",
"name": "autumnJs",
"url": "https://github.com/useautumn/autumn",
"branch": "dev",
"specialNotes": "Autumn billing SDK and integrations. Package autumn-js current npm repository is useautumn/autumn; default branch dev. Check SDK constructor, Convex integration, check/track/checkout/attach, and migration notes."
},
{
"type": "git",
"name": "convexAutumnSvelte",
"url": "https://github.com/stickerdaniel/convex-autumn-svelte",
"branch": "main",
"specialNotes": "@stickerdaniel/convex-autumn-svelte. SvelteKit/Convex binding for Autumn billing. Reactive useCustomer() (customer.products/features), autumn.refetch() after billing-affecting mutations, and the /sveltekit + /sveltekit/server entrypoints. Autumn state flows through page.data.autumnState set in the root +layout.server.ts."
},
{
"type": "git",
"name": "adapterNode",
"url": "https://github.com/sveltejs/kit",
"branch": "main",
"specialNotes": "@sveltejs/adapter-node. Focus on packages/adapter-node for config options, output structure, environment variables (HOST, PORT, ORIGIN, BODY_SIZE_LIMIT), and deployment patterns."
},
{
"type": "git",
"name": "coolify",
"url": "https://github.com/coollabsio/coolify",
"branch": "v4.x",
"specialNotes": "Coolify self-hosting platform. Focus on app deployment configuration, build/start commands, environment variables, Docker/Nixpacks behavior, and production runtime setup."
},
{
"type": "git",
"name": "nixpacks",
"url": "https://github.com/railwayapp/nixpacks",
"branch": "main",
"specialNotes": "Nixpacks buildpacks. Focus on detected start commands, nixpacks.toml behavior, Node/Bun build configuration, and environment variable handling."
},
{
"type": "git",
"name": "varlock",
"url": "https://github.com/dmno-dev/varlock",
"branch": "main",
"specialNotes": "Varlock env management. Schema validation, log redaction (patchGlobalConsole, resetRedactionMap), leak prevention. Check packages/varlock/src for runtime API."
},
{
"type": "git",
"name": "sentrySvelteKit",
"url": "https://github.com/getsentry/sentry-javascript",
"branch": "develop",
"searchPath": "packages/sveltekit",
"specialNotes": "Sentry SvelteKit SDK. Error monitoring, performance tracing, source maps, hooks integration."
},
{
"type": "git",
"name": "jsquash",
"url": "https://github.com/jamsinclair/jSquash",
"branch": "main",
"specialNotes": "WASM image codecs (WebP/AVIF/JPEG/PNG/JXL/OXIPNG/QOI). Used for client-side encode in workers. Each codec is a separate package under packages/ — @jsquash/webp at packages/webp."
},
{
"type": "git",
"name": "svelteStreamdown",
"url": "https://github.com/beynar/svelte-streamdown",
"branch": "master",
"specialNotes": "svelte-streamdown package. Streaming-aware Markdown renderer for Svelte. Used for chat attachment text previews and legal markdown."
},
{
"type": "git",
"name": "openrouterAiSdkProvider",
"url": "https://github.com/OpenRouterTeam/ai-sdk-provider",
"branch": "main",
"specialNotes": "@openrouter/ai-sdk-provider package. OpenRouter provider for the Vercel AI SDK. Model ids, provider options, reasoning/tool support. Used by the Convex AI chat agent."
},
{
"type": "git",
"name": "zxcvbnTs",
"url": "https://github.com/zxcvbn-ts/zxcvbn",
"branch": "master",
"searchPath": "packages/libraries/main",
"specialNotes": "@zxcvbn-ts/core package (monorepo). Password strength estimation. Powers the password meter. Core scoring lives in packages/libraries/main; language packs are under packages/languages/*."
},
{
"type": "git",
"name": "riveWasm",
"url": "https://github.com/rive-app/rive-wasm",
"branch": "master",
"specialNotes": "@rive-app/canvas package (monorepo). Rive runtime for canvas. Used by RiveBackground.svelte for animated backgrounds."
},
{
"type": "git",
"name": "posthogJs",
"url": "https://github.com/PostHog/posthog-js",
"branch": "main",
"specialNotes": "posthog-js package. PostHog browser SDK. init options, person_profiles, proxy/api_host config. Used by the lazy analytics bootstrap."
}
]
}