-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbtca.config.jsonc
More file actions
46 lines (46 loc) · 1.32 KB
/
btca.config.jsonc
File metadata and controls
46 lines (46 loc) · 1.32 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
{
"$schema": "https://btca.dev/btca.schema.json",
"resources": [
{
"name": "effect",
"type": "git",
"url": "https://github.com/Effect-TS/effect",
"branch": "main",
"searchPath": "packages/effect/src",
"specialNotes": "Effect-TS core library. Focus on src directory for module implementations and type definitions."
},
{
"name": "effectCli",
"type": "git",
"url": "https://github.com/Effect-TS/effect",
"branch": "main",
"searchPath": "packages/cli/src",
"specialNotes": "@effect/cli package for building CLI applications with Effect."
},
{
"name": "effectPlatform",
"type": "git",
"url": "https://github.com/Effect-TS/effect",
"branch": "main",
"searchPath": "packages/platform/src",
"specialNotes": "@effect/platform package for platform-agnostic APIs (HTTP, filesystem, etc.)."
},
{
"name": "effectWorkflow",
"type": "git",
"url": "https://github.com/Effect-TS/effect",
"branch": "main",
"searchPath": "packages/workflow/src",
"specialNotes": "@effect/workflow package for managing workflows."
},
{
"name": "opencodeSdk",
"type": "git",
"url": "https://github.com/anomalyco/opencode-sdk-js",
"branch": "main",
"specialNotes": "Opencode SDK for interacting with OpenCode."
}
],
"model": "claude-haiku-4.5",
"provider": "github-copilot"
}