Skip to content

Type Alias: GoalStatusUpdate

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / GoalStatusUpdate

Type Alias: GoalStatusUpdate

GoalStatusUpdate = "completed" | "cancelled"

Defined in: src/types/cognitive.ts:1273

Terminal status transition for a goal.

Remarks

A goal is created pending and re-proposed by the intention stack every cycle while it stays pending. Moving it to a terminal status stops the re-proposal.