mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-11 16:30:57 +00:00
The escaped \$QA_ARTIFACTS in the heredoc produced literal text '$QA_ARTIFACTS' in the prompt. Claude's Bash tool didn't reliably expand this env var, so no screenshots or reports were saved. Remove the escapes so the heredoc expands the variable to the actual path (e.g. /home/runner/work/_temp/qa-artifacts).