Skip to content

Build Week: Promote correlated incident lifecycle to main - #54

Merged
CodeBuildder merged 2 commits into
mainfrom
agent/correlated-incident-lifecycle
Jul 18, 2026
Merged

Build Week: Promote correlated incident lifecycle to main#54
CodeBuildder merged 2 commits into
mainfrom
agent/correlated-incident-lifecycle

Conversation

@CodeBuildder

@CodeBuildder CodeBuildder commented Jul 18, 2026

Copy link
Copy Markdown
Owner

Summary

Promotes the tested cross-agent correlation engine and evidence-to-recovery timeline onto main after the unified command center merged in #51.

Correlation integrity

Sentinel creates a case only when the same explicit correlation_id appears on both Argus and Phoenix evidence. Similar timestamps, resources, or severity never fabricate an incident relationship. Standalone findings remain evidence and do not affect incident counts.

Changes

  • normalizes observed, replayed, simulator, and live Chaos Mesh provenance
  • creates ordered cases from explicit cross-agent identity
  • preserves existing SOG incidents without duplication
  • exposes case status, severity, sources, evidence count, provenance, and lifecycle
  • renders an inspectable evidence-to-recovery timeline
  • normalizes structured Argus assessments into safe readable summaries
  • tests correlated and standalone evidence behavior

Live proof

The actual Argus and Phoenix producer clients published two explicitly non-live records with correlation ID build-week-case-20260718. Sentinel produced exactly one resolved critical case with:

  • sources: argus, phoenix
  • evidence records: 2
  • provenance: replayed, simulator

Verification

  • Sentinel backend: 5 passed
  • TypeScript compilation and Vite production build: passed
  • Argus producer tests: 11 passed
  • Phoenix Chaos tests: 58 passed
  • Phoenix World Model contract test: passed

Related producer PRs: CodeBuildder/argus-k8s#109 and CodeBuildder/phoenix#64.

Closes #52

@CodeBuildder
CodeBuildder merged commit 90d64b8 into main Jul 18, 2026
@CodeBuildder
CodeBuildder deleted the agent/correlated-incident-lifecycle branch July 18, 2026 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build Week: Correlated cross-agent incident lifecycle

1 participant