Point the adjudication module at the judging corpus in the books repository

This commit is contained in:
heaven 2026-08-15 17:21:16 +03:00
parent fa051f9ea3
commit b751ac6f1a

View file

@ -58,7 +58,7 @@ C = S.C
BO = sys.modules.get("bakeoff") or _load("bakeoff", REPO / "eval" / "role_topology" / "bakeoff.py")
KEYS = Path.home() / "books" / "dovodka" / "blind-keys-d4"
WORK = Path.home() / "adjud-d4" # изолирован: рядом ни ключей, ни сырья
WORK = Path.home() / "books" / "judging" / "adjud-d4" # изолирован: рядом ни ключей, ни сырья
TASKS, ANSW = WORK / "tasks", WORK / "answers"
AKEY = Path.home() / "books" / "dovodka" / "adjud-key.json" # истина — ОТДЕЛЬНО от заданий
AX = ("ВЕРНОСТЬ", "ТЕРМИН", "ЯЗЫК", "ФОРМА")