commit 65c8da3c966214e20c8017d4d15b378f09906b97 Author: minsung Date: Thu Apr 9 14:36:47 2026 +0900 chore: scaffold claw-code + vllm workspace (#1) Add multi-root VS Code workspace linking clawcodeapp with the sibling vllm-windows project, and ignore the nested claw-code upstream clone plus local Claude Code state dirs. Refs: #1 Co-Authored-By: Claude Opus 4.6 (1M context) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a8ccb1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Nested upstream clone — not part of this repo +claw-code/ + +# Claude Code local state +.claude/ +.usage/ diff --git a/clawcode-vllm.code-workspace b/clawcode-vllm.code-workspace new file mode 100644 index 0000000..b3b3bb3 --- /dev/null +++ b/clawcode-vllm.code-workspace @@ -0,0 +1,7 @@ +{ + "folders": [ + { "name": "clawcodeapp", "path": "." }, + { "name": "vllm-windows", "path": "../vllm-windows" } + ], + "settings": {} +}