iomgaa
6a5424a618
feat(question_gen): add SQLite run store for generation telemetry
Implements QuestionGenStore with:
- Idempotent schema initialization (question_gen_runs + question_gen_items)
- Run lifecycle: record_run_start / record_run_end / get_run_stats
- Per-item recording: record_item / update_gates / update_difficulty
- GateReportLike Protocol for duck-type gate report compatibility
- WAL mode + foreign keys + check_same_thread=False
DDL aligns with research-wiki/schemas/question-gen-{runs,items}.md.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-07-11 23:15:53 -04:00
..
2026-07-06 11:37:59 -04:00
2026-07-11 08:48:04 -04:00
2026-07-06 22:36:31 -04:00
2026-07-06 22:32:59 -04:00
2026-07-06 22:39:57 -04:00
2026-07-11 11:56:36 -04:00
2026-07-06 22:36:23 -04:00
2026-07-07 04:36:56 -04:00
2026-07-09 12:20:32 -04:00
2026-07-07 10:04:48 -04:00
2026-07-07 01:45:09 -04:00
2026-07-07 09:34:04 -04:00
2026-07-07 10:26:58 -04:00
2026-07-09 05:36:07 -04:00
2026-07-11 23:14:22 -04:00
2026-07-07 09:38:21 -04:00
2026-07-11 08:19:45 -04:00
2026-07-09 00:12:38 -04:00
2026-07-07 12:47:33 -04:00
2026-07-07 13:13:37 -04:00
2026-07-09 12:27:05 -04:00
2026-07-07 12:55:12 -04:00
2026-07-07 13:04:26 -04:00
2026-07-07 12:29:29 -04:00
2026-07-07 13:01:04 -04:00
2026-07-07 12:55:12 -04:00
2026-07-07 12:48:54 -04:00
2026-07-09 12:20:25 -04:00
2026-07-07 12:36:36 -04:00
2026-07-07 13:20:43 -04:00
2026-07-07 12:41:59 -04:00
2026-07-07 06:13:25 -04:00
2026-07-07 09:44:05 -04:00
2026-07-09 12:20:16 -04:00
2026-07-11 23:14:43 -04:00
2026-07-11 08:21:06 -04:00
2026-07-07 04:45:19 -04:00
2026-07-06 22:39:42 -04:00
2026-07-09 00:54:27 -04:00
2026-07-09 00:23:04 -04:00
2026-07-09 07:53:59 -04:00
2026-07-07 02:37:50 -04:00
2026-07-11 23:15:53 -04:00
2026-07-07 06:11:13 -04:00
2026-07-07 05:46:25 -04:00
2026-07-07 05:53:33 -04:00
2026-07-11 09:02:03 -04:00
2026-07-07 05:52:54 -04:00
2026-07-06 11:37:59 -04:00
2026-07-06 22:43:01 -04:00
2026-07-09 11:57:41 -04:00
2026-07-09 07:40:27 -04:00
2026-07-09 00:11:54 -04:00
2026-07-11 09:02:03 -04:00
2026-07-09 11:57:41 -04:00
2026-07-11 23:05:38 -04:00
2026-07-07 09:47:45 -04:00
2026-07-09 11:57:41 -04:00
2026-07-11 11:14:45 -04:00
2026-07-07 01:49:55 -04:00