Files
chemenu/types/concept.md
T
torben d49513bda6
CI / verify (push) Failing after 43s
Release / release (push) Successful in 34s
types/: Seiten-Type-Spec-Anleitungsprosa in stackeigene guidance-Datei ausgelagert (schliesst #104)
Files changed:
- AGENTS.md
- CHANGES.md
- VERSION
- docs/ownership-and-templates.md
- instructions/migrations/6.0.0-type-guidance-split.md
- instructions/setup-instance.md
- tools/CONTRACT.md
- tools/chemenu/commands/dist_cmd.py
- tools/chemenu/commands/types_cmd.py
- tools/chemenu/tests/test_dist_cmd.py
- tools/chemenu/tests/test_dist_upgrade.py
- tools/chemenu/tests/test_type_resolver.py
- tools/chemenu/tests/test_types_cmd.py
- tools/chemenu/type_resolver.py
- tools/chemenu/types_core.py
- types/comparison.guidance.md
- types/comparison.md
- types/concept.guidance.md
- types/concept.md
- types/entity.guidance.md
- types/entity.md
- types/source.guidance.md
- types/source.md
- types/type-guidance.md
- types/type-guidance.schema.yaml
- types/type-spec.md
2026-09-15 18:23:38 +02:00

2.6 KiB

type, name, description, schema, subtype_field, base_dir, page_ref_fields, guidance, layout
type name description schema subtype_field base_dir page_ref_fields guidance layout
types/type-spec.md concept Base type for concept pages - architectures, patterns, protocols, workflows, decisions or problems types/concept.schema.yaml concept_type concepts
related
sources
types/concept.guidance.md
architecture pattern protocol workflow decision problem
dir title
architectures Architekturen
dir title
patterns Muster
dir title
protocols Protokolle
dir title
workflows Abläufe
dir title
decisions Entscheidungen
dir title
problems Problemstellungen

Concept

This instance's configuration for the concept type: its frontmatter fields as this schema requires them, and the page skeleton wikitool new concept scaffolds. When to use this type and how to write a conforming page is types/concept.guidance.md - tools/wikitool types describe concept composes both into one answer.

Frontmatter

Field Required Use
type Yes types/concept.md
concept_type Yes One of: architecture, pattern, protocol, workflow, decision, problem
tags No Navigation tags for categorization
created Yes Creation date (YYYY-MM-DD)
modified Yes Date last changed (YYYY-MM-DD)
related No Titles of related concepts and entities
sources No Titles of the source pages backing this page's claims
provenance Yes sourced, general or mixed
summary Yes One-liner for kb/index.md

Template

The block below is page material, so it is written in this instance's KB language (kb/CONVENTIONS.md language:) rather than in the control plane's English - its headings become the headings of every page wikitool new concept scaffolds.

# {name}

**Typ:** {concept_type|capitalize}

## Definition

TODO: Klare Definition dessen, was dieses Concept ist.

## Kernpunkte

- TODO: Kernpunkt 1
- TODO: Kernpunkt 2
- TODO: Kernpunkt 3

## Beispiele

- [[Entity 1]] - kurze Beschreibung
- [[Entity 2]] - kurze Beschreibung

## Wann zu verwenden

TODO: Bedingungen und Kontexte, in denen dieses Concept greift

## Wann NICHT zu verwenden

TODO: Anti-Muster, Warnungen oder Situationen, in denen es fehl am Platz ist

## Verwandte Concepts

- [[Related Concept 1]]
- [[Related Concept 2]]

The value behind **Typ:** stays the English enum value - that is what search --field filters on. When wikitool xref adds a relationship, the two tool-managed sections for relationships and cross-references appear as well; what they are called is the instance's decision in kb/CONVENTIONS.md (sections:).