-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseed.json
More file actions
46 lines (46 loc) · 1.04 KB
/
seed.json
File metadata and controls
46 lines (46 loc) · 1.04 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
40
41
42
43
44
45
46
{
"sessions": [
{
"id": "s-1",
"tag": "Morning standup",
"category": "meetings",
"started_at": "2026-04-01T10:00:00Z",
"ended_at": "2026-04-01T10:25:00Z",
"duration_sec": 1500,
"completed": true
},
{
"id": "s-2",
"tag": "Implement SLOP SDK",
"category": "work",
"started_at": "2026-04-01T12:30:00Z",
"ended_at": "2026-04-01T12:55:00Z",
"duration_sec": 1500,
"completed": true
},
{
"id": "s-3",
"tag": "Write docs",
"category": "docs",
"started_at": "2026-04-01T14:15:00Z",
"ended_at": "2026-04-01T14:40:00Z",
"duration_sec": 1500,
"completed": true
},
{
"id": "s-4",
"tag": "Code review",
"category": "work",
"started_at": "2026-04-01T15:45:00Z",
"ended_at": "2026-04-01T16:10:00Z",
"duration_sec": 1500,
"completed": true
}
],
"settings": {
"work_duration_sec": 1500,
"short_break_sec": 300,
"long_break_sec": 900,
"long_break_interval": 4
}
}