ralph-claude-code/.github/workflows
Claude c01133bd8d
feat(docker): add Docker-based Windows and cross-platform support
Enables Ralph to run inside a Docker container for Windows users
(via Docker Desktop) and anyone preferring containerized execution.

New files:
- Dockerfile (Debian slim + Node.js 20 + all Ralph dependencies)
- docker-compose.yml for easy startup
- docker/docker-entrypoint.sh with UID/GID remapping
- docker/ralph-docker (bash wrapper) and ralph-docker.ps1 (PowerShell)
- .gitattributes to prevent Windows CRLF line ending corruption
- .dockerignore for clean build context
- .github/workflows/docker.yml CI workflow
- docs/user-guide/04-docker-setup.md comprehensive documentation

Updated: README.md, CLAUDE.md, docs/user-guide/README.md, .gitignore

https://claude.ai/code/session_01SNzxUdH1Udf26rN3RKNNzu
2026-02-10 20:54:23 +00:00
..
claude-code-review.yml fix(ci): add explicit github_token for pull_request_target 2026-01-30 13:11:31 -07:00
claude.yml ci(workflow): add concurrency blocks to prevent duplicate runs (#135) 2026-01-28 10:22:45 -07:00
docker.yml feat(docker): add Docker-based Windows and cross-platform support 2026-02-10 20:54:23 +00:00
opencode-review.yml fix(ci): revert opencode-review to pull_request trigger 2026-01-30 13:00:55 -07:00
test.yml fix(ci): disable coverage threshold due to kcov subprocess limitation 2026-01-08 23:23:14 -07:00