Andrew Yim
5f6438ecf3
fix(notion-search): polish expand_query (warn on shape error, lint fixes)
...
Code review polish:
- Add stderr warning for the fourth failure path (LLM returned valid
JSON but it's not a list-of-strings). Previously this fell back
silently, making debugging harder when Haiku produces unexpected
shapes.
- Drop unused f-string prefixes from two warnings (no interpolation).
- Type hint: Callable[..., str] = None → Optional[Callable[..., str]] = None
for strict type-checker compatibility.
12/12 tests still pass.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-28 07:50:03 +09:00
..
2026-03-23 19:32:44 +09:00
2026-04-06 00:33:59 +09:00
2026-04-06 00:33:59 +09:00
2026-01-31 16:50:17 +07:00
2026-01-31 16:50:17 +07:00
2026-01-31 16:50:17 +07:00
2026-04-05 20:32:46 +09:00
2026-01-31 16:50:17 +07:00
2026-01-31 16:50:17 +07:00
2026-01-31 16:50:17 +07:00
2026-01-31 16:50:17 +07:00
2026-01-31 16:50:17 +07:00
2026-03-21 12:52:59 +09:00
2026-02-13 02:37:39 +09:00
2026-02-13 02:37:39 +09:00
2026-02-13 02:37:39 +09:00
2026-02-13 02:37:39 +09:00
2026-02-13 02:37:39 +09:00
2026-02-13 02:37:39 +09:00
2026-02-13 12:05:59 +09:00
2026-03-08 03:09:36 +09:00
2026-03-08 03:09:36 +09:00
2026-03-08 03:09:36 +09:00
2026-02-14 01:09:35 +09:00
2026-02-14 01:09:35 +09:00
2026-02-14 01:09:35 +09:00
2026-02-14 01:09:35 +09:00
2026-02-14 01:09:35 +09:00
2026-02-14 01:09:35 +09:00
2026-02-14 01:09:35 +09:00
2026-02-13 02:37:39 +09:00
2026-02-13 02:37:39 +09:00
2026-04-28 07:50:03 +09:00
2026-02-14 01:09:35 +09:00
2026-04-27 11:38:53 +09:00
2026-02-14 01:09:35 +09:00
2026-02-14 01:09:35 +09:00
2026-02-14 01:09:35 +09:00
2026-02-03 16:48:06 +07:00
2026-02-03 16:48:06 +07:00
2026-03-31 03:20:53 +09:00
2026-02-03 16:48:06 +07:00
2026-02-03 16:48:06 +07:00
2026-03-27 20:02:00 +09:00
2026-03-29 16:21:22 +09:00
2026-03-24 20:37:24 +09:00
2026-02-03 19:07:00 +07:00
2026-02-03 19:07:00 +07:00
2026-02-03 19:07:00 +07:00
2026-02-03 19:07:00 +07:00
2026-03-21 02:22:46 +09:00
2026-03-17 21:55:50 +09:00
2026-03-17 21:55:50 +09:00
2026-03-23 19:32:44 +09:00
2026-03-23 19:32:44 +09:00
2026-03-23 19:32:44 +09:00
2026-03-23 19:32:44 +09:00
2026-03-23 19:32:44 +09:00
2026-03-23 19:32:44 +09:00
2026-03-23 19:32:44 +09:00
2026-03-23 19:32:44 +09:00
2026-03-23 19:32:44 +09:00
2026-03-23 19:32:44 +09:00
2026-03-23 19:32:44 +09:00
2026-03-23 19:32:44 +09:00
2026-04-13 01:55:11 +09:00
2026-02-03 16:48:06 +07:00
2026-04-23 21:13:09 +09:00