auto-sync: 2026-04-18 10:20:01

This commit is contained in:
Stream
2026-04-18 10:20:01 +03:00
parent e3de6da472
commit 9c3842e435
2 changed files with 7 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ Project:
goals: ref(Goal)[]?
start_date: date?
end_date: date?
folder: string?
doc_path: string?
tags: string[]?
Task:
@@ -53,6 +55,8 @@ Task:
project: ref(Project)?
due: datetime?
estimate_hours: number?
folder: string?
doc_path: string?
blockers: ref(Task)[]?
tags: string[]?