II.
ExtensionInterface JSON
Structured · liveextension-interface:sleep-cycle
Sleep Cycle json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "extension-interface:sleep-cycle",
"_kind": "ExtensionInterface",
"_file": "extensions/extension-interfaces/sleep-cycle.yaml",
"_cluster": "extensions",
"attributes": {
"interfaceVersion": "1.0.0",
"description": "Sleep Cycle",
"displayName": "Sleep Cycle",
"concern": "Pause and resume long-running agent work across wall-clock gaps.",
"surface": "`sleep(duration)`, `wakeAt(timestamp)`, `onWake(handler)`.\nPersists context across the gap.\n",
"builtInDefault": "Process exits and restarts on the next invocation; no persistence\nbeyond the journal.\n",
"notableImpls": []
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "skill:cicd-pipeline-design",
"to": "extension-interface:sleep-cycle",
"kind": "implements",
"attributes": {}
}
]
}