Skip to content

Commit 8cb19f3

Browse files
Kionclaude
andcommitted
Fix setup-local skill description and gitignore artifacts
Clarify that setup-local prefers Docker when available, falling back to native setup otherwise. Add local dev artifacts to .gitignore. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent dac6d95 commit 8cb19f3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.claude/skills/setup-local/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: setup-local
3-
description: Set up the full CLaaS stack (vLLM + API + OpenClaw/Telegram) directly on the host without Docker. Use when Docker is unavailable or you want a native setup.
3+
description: Set up the full CLaaS stack (vLLM + API + OpenClaw/Telegram) locally. Uses Docker if available, falls back to native setup otherwise.
44
---
55

66
# Setup Local

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ htmlcov/
5151
feedback_logs/
5252
.local_loras/
5353
.run-logs/
54+
.hydra/
55+
node_modules/
56+
package.json
57+
package-lock.json
58+
EXPERIMENTS.md
5459

5560
# Runtime data (feedback logs, eval results, Hydra logs)
5661
data/feedback/

0 commit comments

Comments
 (0)