spawn/.github
Ahmed Abushagur a023223a58
fix: correct jq cross-product syntax in packer workflow (#2784)
The nested comprehension `[($agents[] | . as $a) | ...]` is invalid jq.
Use `[$agents[] as $a | $clouds[] as $c | ...]` instead.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 22:08:26 -07:00
..
ISSUE_TEMPLATE fix: allow rich text in bug report issue template (#1710) 2026-02-22 10:04:20 -08:00
workflows fix: correct jq cross-product syntax in packer workflow (#2784) 2026-03-18 22:08:26 -07:00