forest/todos/hyperlog/graph.json
kjuulh c3fea75178
feat: add basic hyperlog todos
Signed-off-by: kjuulh <contact@kjuulh.io>
2025-02-12 21:29:16 +01:00

20 lines
365 B
JSON

{
"forest": {
"type": "user",
"projects": {
"type": "section",
"artifacts": {
"type": "item",
"title": "artifacts",
"description": "",
"state": "not-done"
},
"projects": {
"type": "item",
"title": "projects",
"description": "",
"state": "not-done"
}
}
}
}