activity-core/src/activity_core
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
..
context_resolvers Add reuse-surface report gaps resolver 2026-06-18 17:58:00 +02:00
rules Set up daily WSJF closure gates 2026-06-07 11:00:03 +02:00
__init__.py Add project scaffold: contracts, schemas, docker-compose, workplans 2026-03-04 22:45:40 +01:00
activities.py Add reuse-surface report gaps resolver 2026-06-18 17:58:00 +02:00
api.py fix(WP-0004): live deployment fixes from integration test 2026-05-15 09:23:14 +02:00
db.py feat(db): init Alembic (async) + SQLAlchemy declarative base — T08 2026-03-26 21:45:40 +00:00
definition_parser.py feat(WP-0003b): parser, workflow wiring, triggers, webhooks 2026-05-14 23:02:33 +02:00
event_router.py feat(WP-0004): railiance deployment & service ops 2026-05-15 00:04:39 +02:00
event_type_registry.py Deploy activity-core on railiance01 2026-05-22 13:49:46 +02:00
issue_sink.py fix(issue-sink): stringify triggering_event_id before JSON encode 2026-06-19 00:15:03 +02:00
llm_client.py Pass instruction depth config to llm-connect 2026-05-19 20:55:35 +02:00
models.py Expand rule actions for per-repo tasks 2026-06-03 11:58:24 +02:00
ops_evidence_sinks.py Wire ops inventory probes for Railiance 2026-06-05 23:40:25 +02:00
orm.py feat(WP-0003b): parser, workflow wiring, triggers, webhooks 2026-05-14 23:02:33 +02:00
report_sinks.py Set up daily WSJF closure gates 2026-06-07 11:00:03 +02:00
schedule_manager.py Add schedule smoke test routine 2026-06-06 15:32:57 +02:00
seed.py feat(db): add dev seed script for ActivityDefinition — T12 2026-03-26 21:53:59 +00:00
sync_activity_definitions.py Fix ActivityDefinition sync for daily triage canary 2026-05-19 20:13:23 +02:00
sync_schedules.py feat(WP-0003b): parser, workflow wiring, triggers, webhooks 2026-05-14 23:02:33 +02:00
template_engine.py feat(activities): resolve_context stub + evaluate_templates — T15/T16 2026-03-26 22:06:09 +00:00
webhook_receiver.py feat(WP-0003b): parser, workflow wiring, triggers, webhooks 2026-05-14 23:02:33 +02:00
worker.py Implement ops inventory probe evidence slice 2026-06-05 23:16:40 +02:00
workflows.py Align activity-core scope boundaries 2026-06-18 15:11:48 +02:00