2026-001/070-goalSetting/02-goals-hierarchy.jsonc
Csaba Fabian 6325ee9985 feat: migrate goal data to hierarchy block format
Replace goals-hierarchy.jsonc (type: goals) with hierarchy marker
(type: hierarchy). Add level, subtitle, labels, availableLabels
fields to goal .md blocks. Update feinziele grobzielId references
from g2/g3/g4 to goals-grobziel-1/2/3.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-03 23:36:40 +00:00

8 lines
201 B
Plaintext

// Goal hierarchy marker — defines nesting levels for subsequent blocks
{
"id": "goal-hierarchy",
"type": "hierarchy",
"title": "Zielhierarchie",
"levels": ["fernziel", "grobziel"]
}