Some checks failed
Tests / Declarative: Post Actions failed: 2, passed: 142
hermes_code_demo.sh run crashed before it did anything, with a JSON traceback pointing at the parser rather than the cause. Jenkins tree selectors use square brackets; this curl build treats them as glob metacharacters and declines to send the request, so the body came back empty and json.load reported column 1. Encoded, and an empty body now says which job and which Jenkins rather than raising from inside the parser. The crash was harmless as crashes go - it happened before the defect was seeded, so nothing was pushed - but it happened at the exact moment a demo starts. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>