Function: incidentToExpectation()

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / incidentToExpectation

Function: incidentToExpectation()

incidentToExpectation(incident): LifecycleExpectation

Defined in: src/lifecycle/maintenance.ts:129

Convert an incident to a hotfix expectation.

Parameters

incident

Incident

The production incident to convert

Returns

LifecycleExpectation

A LifecycleExpectation with type 'fix' and critical priority

Contents

  1. 1Parameters
  2. 1.1incident
  3. 2Returns