docs: split CLAUDE.md into focused reference files

Move architecture, env vars, and deployment details into .claude/ subdocs
referenced via @-imports, keeping CLAUDE.md to commands and pointers only.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-24 15:49:57 +08:00
parent 92859fca6d
commit a53568da8f
4 changed files with 63 additions and 53 deletions

5
.claude/DEPLOYMENT.md Normal file
View File

@@ -0,0 +1,5 @@
# Deployment
Docker images are built via `.github/workflows/publish.yml` and pushed to GHCR (`ghcr.io`). Portainer redeploys via `.github/workflows/re-pull.yml`. Supports `dev`, `stg`, and `prod` stacks.
The Dockerfile uses a two-stage build: Bun builder → Bun runner (non-root user, port 3000).