Keeper Lifecycle
This page shows how Keeper tasks move through runtime states.
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