diff --git a/CLAUDE.md b/CLAUDE.md index 90cdecd..ce80628 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,8 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co The Dev Container is a Docker-based cloud development environment that provides: - Web-based GUI IDE (VSCode/Antigravity) via VNC on port 5800 -- Happy Coder AI assistant integration (manual startup) -- OpenCode and Crush AI coding agents (terminal-based) +- Claude Code, Happy Coder, OpenCode, and Crush AI coding agents (terminal-based) - Automatic GitHub repository cloning on startup - Kubernetes-native deployment with persistent home storage - MCP (Model Context Protocol) sidecars for AI assistant integrations @@ -69,7 +68,7 @@ Container start | File | Purpose | |------|---------| -| `Dockerfile` | Image definition — installs Chrome, Node.js, VSCode, Happy Coder, OpenCode, Crush; creates non-root user (UID 1000) | +| `Dockerfile` | Image definition — installs Chrome, Node.js, VSCode, Claude Code, Happy Coder, OpenCode, Crush; creates non-root user (UID 1000) | | `scripts/init-repo.sh` | Configures git credentials, clones GitHub repo | | `scripts/startapp.sh` | Calls init-repo.sh then opens VSCode in the workspace | | `chart/` | Helm chart for Kubernetes deployment | diff --git a/README.md b/README.md index 848ab56..235278e 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ A containerized cloud development environment with web-based GUI access, featuring: - **VSCode or Google Antigravity** via browser-based VNC (port 5800) - **SSH access** option (OpenSSH on port 22, additive with any IDE) -- **Happy Coder** AI assistant backed by Claude -- **OpenCode** and **Crush** open-source AI coding agents (terminal-based) +- **Claude Code**, **Happy Coder**, **OpenCode**, and **Crush** AI coding agents (terminal-based) - **Automatic GitHub repo cloning** on startup - **Persistent home directory** via ReadWriteMany PVC - **Kubernetes-native** Helm chart deployment