From 9c3842e4355ce0d3e5bcdfc4dfc543a6724c8a66 Mon Sep 17 00:00:00 2001 From: Stream Date: Sat, 18 Apr 2026 10:20:01 +0300 Subject: [PATCH] auto-sync: 2026-04-18 10:20:01 --- memory/ontology/schema.yaml | 3 +++ skills/ontology/references/schema.md | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/memory/ontology/schema.yaml b/memory/ontology/schema.yaml index cbb71ce..92472a1 100644 --- a/memory/ontology/schema.yaml +++ b/memory/ontology/schema.yaml @@ -41,6 +41,7 @@ types: start_date: date? end_date: date? folder: string? + doc_path: string? tags: string[]? Task: @@ -54,6 +55,8 @@ types: project: ref(Project)? due: datetime? estimate_hours: number? + folder: string? + doc_path: string? blockers: ref(Task)[]? tags: string[]? diff --git a/skills/ontology/references/schema.md b/skills/ontology/references/schema.md index 094c894..6575fd9 100644 --- a/skills/ontology/references/schema.md +++ b/skills/ontology/references/schema.md @@ -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[]?