tegwick f05c56e202 fix(issue-sink): stringify triggering_event_id before JSON encode
IssueCoreRestSink.emit() passed task_spec.triggering_event_id straight
into the httpx json= payload. When the field is a UUID object (rather
than a string), httpx's JSON encoder raised
"TypeError: Object of type UUID is not JSON serializable", failing the
emission. Guard with str(), preserving None for optional event ids.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-19 00:15:03 +02:00
2026-06-18 15:14:20 +02:00
2026-06-18 15:14:20 +02:00
2026-05-19 18:28:23 +02:00
2026-06-06 15:32:57 +02:00
2026-03-02 00:24:41 +00:00
2026-05-22 13:49:46 +02:00
2026-03-02 00:24:41 +00:00
2026-06-18 15:14:20 +02:00
2026-06-07 21:09:08 +02:00
2026-03-02 00:24:41 +00:00
2026-06-18 15:11:48 +02:00
2026-06-07 21:09:08 +02:00

repo-seed

A git repository template to bootstrap coulomb projects from.

Description
A task factory based on temporal
Readme MIT-0 3.1 MiB
Languages
Python 97.9%
Shell 1.2%
Makefile 0.6%
Mako 0.2%
Dockerfile 0.1%