This commit is contained in:
team3
2026-07-02 22:48:57 +02:00
parent 41c9f29a37
commit 285317927d
38 changed files with 2548 additions and 2812 deletions

View File

@@ -0,0 +1,16 @@
Topic "{topic}". Below is the final chapter outline of a learning guide. Your ONLY job: find blocks that sit in the WRONG chapter and name the chapter where they belong. This is a placement check, not a redesign.
OUTLINE (chapters are numbered, blocks carry their block number):
{chapters}
## Rules
- Go through every block: does its subject match the chapter's theme better than any other chapter's?
- Report ONLY clear misplacements. A defensible placement is NOT a misplacement — leave it.
- Do NOT rename chapters, do NOT create chapters, do NOT reorder within a chapter.
- If everything fits, report no moves.
{extra}
Write ONLY the JSON file to: {out_path}
Format — `moves` maps a misplaced BLOCK number to the target CHAPTER number (may be empty):
{{"moves": {{"7": 2, "15": 4}}}}