feat(pools): auto-supplement maintenance correct questions in PerCategoryPoolStrategy

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-14 10:41:46 -04:00
parent 72befa2bd4
commit 84b52a0311
3 changed files with 381 additions and 12 deletions
+2
View File
@@ -160,6 +160,8 @@ class PoolStrategy(Protocol):
questions: list[GeneratedQuestion],
correctness: dict[str, bool],
config: PoolConfig,
*,
db_path: Path | None = None,
) -> Pools: ...
def build_incremental(