dull-doodles-grin/opencode.json
2025-11-28 19:11:50 +05:00

25 lines
539 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"tools": {
"read": true,
"bash": true,
"edit": true,
"write": true,
"grep": true,
"glob": true,
"list": true,
"patch": true,
"todowrite": true,
"todoread": true,
"webfetch": true
},
"permissions": {
"bash": "ask",
"doom_loop": "ask"
},
"instructions": [
"src/lib/taylordb.types.ts",
"src/lib/taylordb-client.ts",
"QUERY_BUILDER.md"
]
}