Problem
On PR #1131, the auto-heal workflow failed in Cloud Build even though the PR did not touch any generated prompt file.
Failed workflow/checks:
Cloud Build failure excerpt:
pdd-cli 0.0.246 heal_module returned False for operation='update'; expected literal True.
heal failed for backend/generated: prompt_path prompts/generated_python.prompt
set but missing on disk post-update
What I checked
Expected
The auto-heal workflow should either skip missing/retired prompt paths cleanly or fail with an actionable configuration error before attempting heal_module.
Impact
The PR is marked blocked by a failing auto-heal check even though the failure appears unrelated to the PR contents.
Problem
On PR #1131, the auto-heal workflow failed in Cloud Build even though the PR did not touch any generated prompt file.
Failed workflow/checks:
heal4bcff9c9-4c49-4574-af5c-0549d612a600inprompt-driven-development-stgCloud Build failure excerpt:
What I checked
prompts/generated_python.promptis not present locally.prompts/generated_python.promptis not present onorigin/main.generated_python.promptor generated prompt path.Expected
The auto-heal workflow should either skip missing/retired prompt paths cleanly or fail with an actionable configuration error before attempting
heal_module.Impact
The PR is marked blocked by a failing auto-heal check even though the failure appears unrelated to the PR contents.