Clean up: remove stale scripts/docs, fix debug prints, update PLAN.md

This commit is contained in:
Gan, Jimmy
2026-02-24 10:14:48 +08:00
parent 98975f45c2
commit 6c3bb26c3d
82 changed files with 23 additions and 7941 deletions
-5
View File
@@ -1,5 +0,0 @@
FROM node:20-slim
RUN apt-get update && apt-get install -y git openssh-client tmux && rm -rf /var/lib/apt/lists/*
RUN npm install -g @anthropic-ai/claude-code
WORKDIR /workspace
ENTRYPOINT ["tmux", "new-session", "-A", "-s", "main"]