25 lines
538 B
JSON
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"
|
|
]
|
|
} |