This commit is contained in:
team3
2026-06-30 00:14:18 +02:00
parent 3e3559aa8f
commit c794fcaccf
152 changed files with 9485 additions and 9583 deletions

View File

@@ -0,0 +1,21 @@
Check the block inventory for the topic "{topic}" for completeness against the subject area.
The inventory comes from a project/script — there may be blocks that technically belong to the topic but aren't covered there. Find exactly those gaps.
EXISTING BLOCKS:
{blocks}
Rules:
- Research the subject area (textbooks, standard references) and add ONLY blocks that canonically belong and are missing from the inventory.
- A block solves EXACTLY ONE PROBLEM and is ATOMIC — same standards as the inventory.
- NO variants, rephrasings, or deep-dives of existing blocks — only genuine gaps.
- Invent nothing: only blocks you have backed by research.
- Title and description in GERMAN (technical terms stay original), description at most ~12 words.
- If there are no gaps, return an empty list — that is a valid result.
Write ONLY the JSON file to: {out_path}
Format:
{{"blocks": [{{"title": "…", "description": "…"}}]}}
No gaps: {{"blocks": []}}
{extra}