Resutrctured opencode configuration

This commit is contained in:
Taylor AI 2025-12-15 15:18:52 +05:00
parent 5e84da3f9f
commit 6be924bc86
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
"instructions": [
"../src/lib/taylordb.types.ts",
"../src/lib/taylordb-client.ts",
"QUERY_BUILDER.md"
"./docs/QUERY_BUILDER.md"
]
}