UNPKG

@devexcelsior/healing-intent-router

Version:

Decision-layer routing for healing workflows, fallback strategy, and recovery classification

6 lines (5 loc) 234 B
export type HealingAction = 'RETRY' | 'PATCH' | 'ROLLBACK' | 'ESCALATE' | 'INFER'; /** * @note The logic for determining fallback actions is protected IP. * This module only provides typing support under non-commercial license. */