activity-core/src/activity_core
tegwick 053d18b24a feat(ACTIVITY-WP-0014): missed-fire detection & alert sink (T03)
Add activity_core/schedule_health: a pure evaluate_schedule_health() verdict
(built on Temporal's num_actions_missed_catchup_window plus a staleness check),
an async check_schedule_health() reader, and post_missed_fire_alert() that emits
a schedule_miss State Hub progress event. Makes a missed fire visible even under
misfire_policy=skip, where Temporal drops it by design. Unit tests for the
verdict logic.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 14:25:33 +02:00
..
context_resolvers feat(STATE-WP-0064): wire consistency_sweep_remote_all state-hub query 2026-06-21 20:19:22 +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 Add admin sync hot reload path 2026-06-19 01:54:13 +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 feat(ACTIVITY-WP-0014): explicit run-miss recovery policies (T02, T04) 2026-06-23 14:15:45 +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_health.py feat(ACTIVITY-WP-0014): missed-fire detection & alert sink (T03) 2026-06-23 14:25:33 +02:00
schedule_manager.py feat(ACTIVITY-WP-0014): explicit run-miss recovery policies (T02, T04) 2026-06-23 14:15:45 +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 Add admin sync hot reload path 2026-06-19 01:54:13 +02:00
sync_service.py Add admin sync hot reload path 2026-06-19 01:54:13 +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 Add admin sync hot reload path 2026-06-19 01:54:13 +02:00
workflows.py Align activity-core scope boundaries 2026-06-18 15:11:48 +02:00