Files
MokoCLI/templates
Jonathan Miller ce3d63b4db Fix Python heredoc: use os.environ instead of shell var expansion
Quoted heredoc (<< 'PYEOF') prevents shell expansion of ${VAR}.
Pass values via exported env vars and read with os.environ in Python.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-17 05:16:52 -05:00
..