giant-dodos-lie/opencode.json
2025-11-28 19:21:11 +05:00

25 lines
538 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
},
"permission": {
"bash": "ask",
"doom_loop": "ask"
},
"instructions": [
"src/lib/taylordb.types.ts",
"src/lib/taylordb-client.ts",
"QUERY_BUILDER.md"
]
}