Files
Vance IngallsandClaude Opus 4.6 2bed6a0cf3 refactor(cli): package Dockerfile as static asset, use isDevMode()
Address review feedback from jrusso1020:

1. Package Dockerfile.render as a static asset in src/docker/ instead
   of generating it as a template string — easier to read, lint, diff.
   Copied to dist/docker/ during build:copy step.

2. Use existing isDevMode() from utils/env.ts instead of checking
   VERSION === "0.0.0-dev". Dev mode falls back to "latest" so
   --docker works from source without a published version.

3. Fix Docker hint to be generic ("Install Docker") instead of
   Mac-specific ("Start Docker Desktop").

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 18:15:01 -07:00
..
2026-04-03 04:36:19 +00:00