fix(client): address Codex review findings

This commit is contained in:
Marco Beretta 2026-08-23 21:48:02 +02:00
parent e01eac1892
commit 8abb379cdc
No known key found for this signature in database
GPG key ID: D918033D8E74CC11
15 changed files with 250 additions and 106 deletions

View file

@ -59,7 +59,7 @@ jobs:
RESP=$(curl -sS --fail-with-body -m 45 -H "Authorization: Bearer $TOKEN" \
-H 'content-type: application/json' --data-binary @body.json "$URL/v1/select"); RC=$?
if [ "$RC" -ne 0 ] || [ -z "$RESP" ] || ! echo "$RESP" | jq -e .selected >/dev/null 2>&1; then
note "_codegraph unavailable (curl exit $RC: ${RESP:0:120}); skipped full CI runs as always_"
note "_codegraph unavailable (curl exit $RC: ${RESP:0:120}); skipped, full CI runs as always_"
exit 0
fi