docs(omo-codex): batch 69 (6 files)
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"]
|
||||
}
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"schema_version": 2,
|
||||
"active_work_id": "codex_work",
|
||||
"works": {
|
||||
"opencode_work": {
|
||||
"work_id": "opencode_work",
|
||||
"active_plan": "/repo/.omo/plans/opencode-plan.md",
|
||||
"plan_name": "opencode-plan",
|
||||
"status": "active",
|
||||
"started_at": "2026-05-28T00:00:00Z",
|
||||
"session_ids": ["opencode:sess_abc"]
|
||||
},
|
||||
"codex_work": {
|
||||
"work_id": "codex_work",
|
||||
"active_plan": "/repo/.omo/plans/plan-with-unchecked.md",
|
||||
"plan_name": "codex-plan",
|
||||
"status": "paused",
|
||||
"started_at": "2026-05-28T00:00:00Z",
|
||||
"session_ids": ["codex:def"]
|
||||
}
|
||||
},
|
||||
"active_plan": "/repo/.omo/plans/opencode-plan.md",
|
||||
"plan_name": "legacy-opencode-plan",
|
||||
"started_at": "2026-05-28T00:00:00Z",
|
||||
"status": "active",
|
||||
"session_ids": ["opencode:sess_abc"]
|
||||
}
|
||||
+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": "launch-plan",
|
||||
"status": "active",
|
||||
"started_at": "2026-05-28T00:00:00Z",
|
||||
"session_ids": ["codex:sess_abc"]
|
||||
}
|
||||
},
|
||||
"active_plan": "/repo/.omo/plans/plan-with-unchecked.md",
|
||||
"plan_name": "legacy-launch-plan",
|
||||
"started_at": "2026-05-28T00:00:00Z",
|
||||
"status": "active",
|
||||
"session_ids": ["codex:sess_legacy"]
|
||||
}
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
# Launch Plan
|
||||
|
||||
## TODOs
|
||||
- [x] First
|
||||
- [x] Second
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
# Launch Plan
|
||||
|
||||
## TODOs
|
||||
- [ ] Top-level
|
||||
|
||||
### Acceptance Criteria
|
||||
- [ ] Nested under acceptance criteria
|
||||
- [x] Nested done
|
||||
|
||||
## Final Checklist
|
||||
- [ ] Nested under final checklist
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
# Launch Plan
|
||||
|
||||
## TODOs
|
||||
- [ ] First
|
||||
- [x] Done already
|
||||
- [ ] Second
|
||||
Reference in New Issue
Block a user