Skip to content

Keeper Lifecycle

This page shows how Keeper tasks move through runtime states.

Keeper's role in the canonical Objective to Loop lifecycle is defined in Governance Kernel. Keeper coordinates objective-linked state; it does not create implicit execution or approval authority.

stateDiagram-v2 [*] --> planned planned --> lich_review lich_review --> approved lich_review --> needs_confirmation lich_review --> denied needs_confirmation --> approved approved --> executing executing --> validating validating --> completed validating --> failed