Skip to content

feat(semaino): signal aggregation and convergence detection #85

@forkwright

Description

@forkwright

From Phase 03 PLAN.md, REQ-05 + REQ-06 + REQ-07.

Signal intelligence pipeline in semaino crate:

  • Domain-agnostic signal ingestion from broadcast channel
  • Per-signal-type temporal baselines (Welford's algorithm via koinon)
  • Anomaly detection against baselines
  • fjall state store for signal history

Convergence detection (REQ-06):

  • Geo-convergence grid: detect when signals from multiple domains converge spatially
  • Configurable grid resolution and time window

Alert pipeline (REQ-07):

  • Deduplication of redundant alerts
  • Severity classification
  • Routing to appropriate notification channels

Groups REQ-05, REQ-06, REQ-07 as they form the aggregation-to-alert pipeline.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions