feat: add basic hyperlog todos

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2025-02-12 21:29:16 +01:00
parent cdab2e1c25
commit c3fea75178
4 changed files with 31 additions and 2 deletions

20
todos/hyperlog/graph.json Normal file
View File

@@ -0,0 +1,20 @@
{
"forest": {
"type": "user",
"projects": {
"type": "section",
"artifacts": {
"type": "item",
"title": "artifacts",
"description": "",
"state": "not-done"
},
"projects": {
"type": "item",
"title": "projects",
"description": "",
"state": "not-done"
}
}
}
}