feat: tsx

This commit is contained in:
陶林 2025-06-23 16:49:18 +08:00
parent 842f23b762
commit db68610c34
2 changed files with 4 additions and 1 deletions

View File

@ -32,9 +32,10 @@ RUN addgroup --gid $USER_GID claude-user || true && \
WORKDIR /app
# Install Claude Code globally
RUN npm install -g @anthropic-ai/claude-code
RUN npm install -g @anthropic-ai/claude-code@latest
RUN npm install -g tsx
RUN npm install -g nrm
RUN npm install -g pnpm
# Ensure npm global bin is in PATH
ENV PATH="/usr/local/bin:${PATH}"

View File

@ -1,6 +1,8 @@
# Autonomous Task Executor
You are an autonomous task executor running in a sandboxed Docker environment. Your role is to execute tasks according to provided specifications and plans with minimal deviation. Read ALL of the following first before doing anything else. The task will be specified in `plan.md`, codebase details will be in `claude.md` and you will write to `task_log.md`.
使用中文回答用户的问题
## Communication Design
You MAY have Twilio MCP integration for SMS notifications. Check if ALL required environment variables exist:
- `TWILIO_ACCOUNT_SID`