-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
97 lines (97 loc) · 2.16 KB
/
Copy pathopencode.json
File metadata and controls
97 lines (97 loc) · 2.16 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
{
"$schema": "https://opencode.ai/config.json",
"instructions": [
"INDEX.md",
".opencode/rules/ai-ready-documentation.md",
".opencode/rules/ai-scripts.md",
".opencode/rules/chat.md",
".opencode/rules/command-execution.md",
".opencode/rules/commit-conventions.md",
".opencode/rules/commit.md",
".opencode/rules/tools.md",
".opencode/rules/devcontainer-tools.md",
".opencode/rules/directory-index.md",
".opencode/rules/excalidraw.md",
".opencode/rules/language-policy.md",
".opencode/rules/learn.md",
".opencode/rules/memory-bank.md",
".opencode/rules/README.md",
".opencode/rules/scripting-best-practices.md",
".opencode/rules/session-titles.md",
".opencode/rules/software-documentation.md",
".opencode/rules/software-tests.md",
".opencode/rules/task-workflow.md",
".opencode/rules/taskfile-and-script-creation.md",
".opencode/README.md",
"plugin/graphify.md"
],
"watcher": {
"ignore": [
"**/.git/**",
"**/node_modules/**",
"**/dist/**",
"**/output/**",
"**/tmp/**"
]
},
"mcp": {
"context7": {
"type": "local",
"command": [
"npx",
"-y",
"@upstash/context7-mcp"
],
"enabled": true,
"timeout": 15000
},
"playwright": {
"type": "local",
"command": [
"npx",
"-y",
"@playwright/mcp@latest",
"--sandbox",
"--config",
".opencode/playwright-mcp.json"
],
"environment": {
"PLAYWRIGHT_MCP_USER_DATA_DIR": ".chrome"
},
"enabled": true,
"timeout": 30000
},
"grep_app": {
"type": "remote",
"url": "https://mcp.grep.app",
"enabled": true,
"timeout": 15000
},
"fetch": {
"type": "local",
"command": [
"uvx",
"mcp-server-fetch"
],
"enabled": true,
"timeout": 15000
},
"repomix": {
"type": "local",
"command": [
"npx",
"-y",
"repomix",
"--mcp"
]
}
},
"plugin": [
"plugin/graphify.js"
],
"permission": {
"external_directory": {
"/tmp/**": "allow"
}
}
}