I believe,
claude -r --session-id {{ $('Code').item.json.sessionId }} -p "Why is one of them down?"
should be:
claude -r {{ $('Code').item.json.sessionId }} -p "Why is one of them down?"
otherwise you get the error:
"Error: --session-id cannot be used with --continue or --resume."
I believe,
claude -r --session-id {{ $('Code').item.json.sessionId }} -p "Why is one of them down?"
should be:
claude -r {{ $('Code').item.json.sessionId }} -p "Why is one of them down?"
otherwise you get the error:
"Error: --session-id cannot be used with --continue or --resume."