refactor: SDK files

- remove SDK files - moved to mingholy/feat/sdk-draft branch
- revert package.json & launch.json changes
This commit is contained in:
mingholy.lmh
2025-11-06 10:14:11 +08:00
parent 49b1018337
commit 6c58c3d632
33 changed files with 1 additions and 7995 deletions

10
.vscode/launch.json vendored
View File

@@ -73,15 +73,7 @@
"request": "launch",
"name": "Launch CLI Non-Interactive",
"runtimeExecutable": "npm",
"runtimeArgs": [
"run",
"start",
"--",
"-p",
"${input:prompt}",
"--output-format",
"json"
],
"runtimeArgs": ["run", "start", "--", "-p", "${input:prompt}", "-y"],
"skipFiles": ["<node_internals>/**"],
"cwd": "${workspaceFolder}",
"console": "integratedTerminal",