📂 Update .gitignore and README.md for better project configuration and documentation

This commit is contained in:
2026-04-22 22:26:14 +08:00
parent 6d1aa853d3
commit 81570d0638
5 changed files with 262 additions and 0 deletions

7
deno.json Normal file
View File

@@ -0,0 +1,7 @@
{
"tasks": {
},
"imports": {
"@opencode-ai/plugin": "npm:@opencode-ai/plugin"
}
}