feat(omo-codex): add start-work continuation component
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"schema_version": 2,
|
||||
"active_work_id": "work_1",
|
||||
"works": {
|
||||
"work_1": {
|
||||
"work_id": "work_1",
|
||||
"active_plan": "/repo/.omo/plans/plan-with-unchecked.md",
|
||||
"plan_name": "completed-plan",
|
||||
"status": "completed",
|
||||
"started_at": "2026-05-28T00:00:00Z",
|
||||
"session_ids": ["codex:sess_abc"]
|
||||
}
|
||||
},
|
||||
"active_plan": "/repo/.omo/plans/plan-with-unchecked.md",
|
||||
"plan_name": "completed-plan",
|
||||
"started_at": "2026-05-28T00:00:00Z",
|
||||
"status": "completed",
|
||||
"session_ids": ["codex:sess_abc"]
|
||||
}
|
||||
Reference in New Issue
Block a user