This commit is contained in:
team3
2026-07-07 01:07:10 +02:00
parent f0c1bdacfa
commit 41f96330fd
2 changed files with 9 additions and 3 deletions

View File

@@ -508,7 +508,9 @@ async def _verify_block(ctx: GenContext, files: dict, title: str, gen: dict, q:
if vorhanden is not None: # Korrektur: Facts ersetzen, Einstufung bleibt
vorhanden["facts"] = _fk_of(e)
bfacts[sn] = vorhanden["facts"]
else: # Lücken-Fund: neuer consensus-Sub
elif not keep_all: # Lücken-Fund: neuer consensus-Sub
# (Bottom-up unterdrückt das: die Subs stehen fest, der Fix-Call darf keine
# neuen einschleusen — sonst wächst die Sub-Zahl über die Board-1-Atome hinaus)
bfacts[sn] = _fk_of(e)
keep.append(e["title"])
sidecar_subs.append({"title": e["title"],