From b1b408ff0e2fe39c51befae234fa110dd3f248d6 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Tue, 14 Apr 2026 17:44:50 +0000 Subject: [PATCH] fix: use full path to claude CLI for non-interactive SSH --- docs/post-mortems/2026-04-14-postmortem-pipeline-test.md | 1 + scripts/postmortem-pipeline.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/post-mortems/2026-04-14-postmortem-pipeline-test.md b/docs/post-mortems/2026-04-14-postmortem-pipeline-test.md index a7e5ef11..0e210804 100644 --- a/docs/post-mortems/2026-04-14-postmortem-pipeline-test.md +++ b/docs/post-mortems/2026-04-14-postmortem-pipeline-test.md @@ -33,3 +33,4 @@ _This section is auto-populated by the postmortem-todo-resolver agent._ # E2E test 17:12 # E2E validation 17:27:45 # Final E2E test Tue Apr 14 05:43:38 PM UTC 2026 +# 1776188690 diff --git a/scripts/postmortem-pipeline.sh b/scripts/postmortem-pipeline.sh index 7b46e25e..86cfd925 100755 --- a/scripts/postmortem-pipeline.sh +++ b/scripts/postmortem-pipeline.sh @@ -53,7 +53,7 @@ echo "SSH key fetched" # 6. SSH to DevVM and run Claude Code headless TODOS=$(cat /tmp/todos.json) ssh -i /tmp/devvm-key -o StrictHostKeyChecking=no wizard@10.0.10.10 \ - "cd ~/code/infra && git pull && claude -p \ + "cd ~/code/infra && git pull && ~/.local/bin/claude -p \ --agent postmortem-todo-resolver \ --dangerously-skip-permissions \ --max-budget-usd 5 \