-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtodo.yaml
More file actions
39 lines (39 loc) · 1.16 KB
/
todo.yaml
File metadata and controls
39 lines (39 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
tasks:
- id: "R.1"
label: "research"
description: "Research opencode framework usage patterns"
category: "research"
status: cancelled
complexity: 2
dependencies: []
createdAt: "2026-03-27T07:32:56.679Z"
updatedAt: "2026-03-27T07:33:17.365Z"
- id: "F.1"
label: "planning"
description: "Create plan for framework submodule architecture"
category: "framework"
status: todo
complexity: 5
dependencies:
- none
createdAt: "2026-03-27T09:39:58.725Z"
updatedAt: "2026-03-27T09:39:58.725Z"
- id: "F.2"
label: "python-cli-scripts"
description: "Create Python CLI scripts for structured commands (note.py, outline.py, etc.)"
category: "framework"
status: todo
complexity: 3
dependencies:
- none
createdAt: "2026-03-27T13:16:30.421Z"
updatedAt: "2026-03-27T13:16:30.421Z"
- id: "A.1"
label: "framework-pattern-refactor"
description: "Create comprehensive refactoring plan for framework modes and commands"
category: "architecture"
status: todo
complexity: 5
dependencies: []
createdAt: "2026-03-27T15:02:43.131Z"
updatedAt: "2026-03-27T15:02:43.131Z"