cfe925a76c
Files changed: - CHANGES.md - VERSION - instructions/link-taxonomy.md - instructions/migrations/4.0.0-link-taxonomy.md - kb/comparisons/amd-pstate vs acpi-cpufreq.md - kb/concepts/Episodic Memory.md - kb/concepts/Memory Lifecycle.md - kb/concepts/Mesh Sync.md - kb/concepts/Procedural Memory.md - kb/concepts/Reciprocal Rank Fusion.md - kb/concepts/Semantic Memory.md - kb/concepts/Shared vs Private.md - kb/concepts/Split Threshold.md - kb/concepts/Stub Threshold.md - kb/concepts/Supersession.md - kb/concepts/Typed Relationships.md - kb/concepts/Vector Search.md - kb/concepts/Work Coordination.md - kb/concepts/Working Memory.md - kb/entities/technologies/Wine-Staging.md - kb/entities/tools/pascalandy schema.md - kb/index.md - kb/log.md - kb/sources/COLLECTION.md - tools/CONTRACT.md - tools/chemenu/commands/lint.py - tools/chemenu/kb_collections.py - tools/chemenu/lint_core.py - tools/chemenu/tests/test_conventions.py - tools/chemenu/tests/test_lint.py - tools/chemenu/tests/test_type_resolver.py - types/comparison.md - types/comparison.schema.yaml
87 lines
2.7 KiB
Markdown
87 lines
2.7 KiB
Markdown
---
|
|
type: types/concept.md
|
|
concept_type: workflow
|
|
tags: [stub, minimum, quality, lines]
|
|
created: 2026-08-03
|
|
modified: 2026-08-29
|
|
related:
|
|
- part-of: Content Quality Control
|
|
- see-also: Split Threshold
|
|
- see-also: Semantic Lint Automation
|
|
sources: [Source - LLM Improvements Sonnet Analysis, Source - LLM Wiki v2]
|
|
confidence: 0.80
|
|
confidence_base: 0.80
|
|
provenance: sourced
|
|
summary: "Mindestumfang, ab dem eine Wiki-Seite nicht mehr als Stub gilt (Farza: \u22653 S\xE4tze oder 15 Zeilen)"
|
|
---
|
|
# Stub Threshold
|
|
|
|
**Typ:** workflow
|
|
|
|
## Definition
|
|
|
|
Stub Threshold definiert den Mindestinhalt, den eine Wiki-Seite haben muss, um nicht als Stub klassifiziert zu werden. Stubs sind Platzhalter-Seiten mit minimalen Informationen, die wenig Wert für Leser bieten.
|
|
|
|
## Kernpunkte
|
|
|
|
- **Farzas Definition:** Ein Stub wird als weniger als 3 Sätze oder weniger als 15 Zeilen Inhalt definiert[^s-llm-improvements-sonnet-analysis]
|
|
- **Zweck:** Stellt sicher, dass alle Seiten aussagekräftige Informationen bieten statt leerer Platzhalter zu sein
|
|
- **Aktueller Status:** Das aktuelle Wiki hat einige TODO-Seiten, die während Massen-Lint-Korrektionen erstellt wurden (z. B. während der 2026-07-31 Lint-Operation, die 20 Concept-Stub-Seiten erstellte)[^s-llm-wiki-v2]
|
|
- **Empfohlene Maßnahme:** Seiten unter diesem Schwellenwert sollten entweder mit nützlichem Inhalt erweitert oder entfernt werden, wenn sie keinen Zweck erfüllen[^s-llm-improvements-sonnet-analysis]
|
|
|
|
## Beispiele
|
|
|
|
**Unter Schwellenwert (Stub):**
|
|
```markdown
|
|
## Definition
|
|
|
|
TODO: clear definition.
|
|
```
|
|
|
|
**Bei Schwellenwert:**
|
|
```markdown
|
|
## Definition
|
|
|
|
This is a concept page. It has at least 3 sentences.
|
|
|
|
This provides minimal useful information. It meets the stub threshold.
|
|
```
|
|
|
|
**Über Schwellenwert:**
|
|
```markdown
|
|
## Definition
|
|
|
|
This is a well-developed concept page. It has multiple paragraphs.
|
|
|
|
It provides comprehensive information about the topic. It clearly exceeds the stub threshold.
|
|
```
|
|
|
|
## Wann zu verwenden
|
|
|
|
- Während Seitenerstellung um sicherzustellen, dass neue Seiten minimale Standards erfüllen
|
|
- Während Lint-Operationen um Stubs zu identifizieren, die Aufmerksamkeit benötigen
|
|
- Beim Auditing des Wiki für Inhaltsqualität
|
|
|
|
## Wann NICHT zu verwenden
|
|
|
|
- Für Seiten, die absichtlich minimal sind (z. B. Redirect-Seiten)
|
|
- Wenn der Inhalt natürlicherweise kurz aber vollständig ist
|
|
|
|
## Siehe auch
|
|
|
|
- [[Source - LLM Improvements Sonnet Analysis]]
|
|
- [[Source - LLM Wiki v2]]
|
|
|
|
## Fußnoten
|
|
|
|
[^s-llm-improvements-sonnet-analysis]: [[Source - LLM Improvements Sonnet Analysis]]
|
|
[^s-llm-wiki-v2]: [[Source - LLM Wiki v2]]
|
|
|
|
<!-- wikitool:links -->
|
|
## Beziehungen
|
|
|
|
- **part-of:** [[Content Quality Control]]
|
|
- **see-also:** [[Split Threshold]]
|
|
- **see-also:** [[Semantic Lint Automation]]
|
|
<!-- /wikitool:links -->
|