forked from davis7dotsh/better-context
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbtca.config.jsonc
More file actions
92 lines (92 loc) · 2.21 KB
/
Copy pathbtca.config.jsonc
File metadata and controls
92 lines (92 loc) · 2.21 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
{
"$schema": "https://btca.dev/btca.schema.json",
"resources": [
{
"type": "git",
"name": "daytona",
"url": "https://github.com/daytonaio/daytona",
"branch": "main",
"specialNotes": "this is the full daytona codebase. focus on the guides and examples for answers"
},
{
"type": "git",
"name": "svelte",
"url": "https://github.com/sveltejs/svelte.dev",
"branch": "main",
"searchPaths": [
"apps/svelte.dev"
],
"specialNotes": "Svelte docs website. Focus on content directory for markdown documentation."
},
{
"type": "git",
"name": "svelteKit",
"url": "https://github.com/sveltejs/kit",
"branch": "main",
"searchPath": "documentation"
},
{
"type": "git",
"name": "tailwind",
"url": "https://github.com/tailwindlabs/tailwindcss.com",
"branch": "main",
"searchPath": "src/docs"
},
{
"type": "git",
"name": "hono",
"url": "https://github.com/honojs/website",
"branch": "main",
"searchPath": "docs"
},
{
"type": "git",
"name": "zod",
"url": "https://github.com/colinhacks/zod",
"branch": "main",
"searchPath": "packages/docs/content"
},
{
"type": "git",
"name": "solidJs",
"url": "https://github.com/solidjs/solid-docs",
"branch": "main",
"searchPath": "src/routes"
},
{
"type": "git",
"name": "commander",
"url": "https://github.com/tj/commander.js",
"branch": "master",
"searchPath": "docs"
},
{
"type": "git",
"name": "vite",
"url": "https://github.com/vitejs/vite",
"branch": "main",
"searchPath": "docs"
},
{
"type": "git",
"name": "opencode",
"url": "https://github.com/anomalyco/opencode",
"branch": "dev"
},
{
"type": "git",
"name": "clerk",
"url": "https://github.com/clerk/javascript",
"branch": "main"
},
{
"type": "git",
"name": "convexJs",
"url": "https://github.com/get-convex/convex-js",
"branch": "main"
}
],
"model": "claude-haiku-4-5",
"provider": "opencode",
"dataDirectory": ".btca"
}