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>
8 lines
201 B
Plaintext
8 lines
201 B
Plaintext
// Goal hierarchy marker — defines nesting levels for subsequent blocks
|
|
{
|
|
"id": "goal-hierarchy",
|
|
"type": "hierarchy",
|
|
"title": "Zielhierarchie",
|
|
"levels": ["fernziel", "grobziel"]
|
|
}
|