HAL9000
475e2a7843
fix(context): repair three errored semantic context search BDD scenarios
...
Three scenarios in features/semantic_context_search.feature were erroring
during behave execution, surfacing as test setup/teardown errors in CI's
unit_tests gate. Each had a distinct root cause:
1. "Filter fragments by minimum similarity threshold" (line 30) referenced
context.ranked_fragments inside step_filter_by_threshold, but the
scenario filters directly without first running the "rank fragments"
step that populates that attribute. The filter step now computes
per-fragment similarity inline from context.fragments +
context.query_embedding so it works regardless of whether a prior
ranking step ran.
2. "Semantic strategy selects relevant files" (line 41) constructed
ContextFragment with a FragmentProvenance imported from
cleveragents.domain.models.acms.crp. The core ContextFragment's
provenance field is annotated with the core FragmentProvenance subclass
(which adds resource_type), and pydantic v2's strict model_type check
rejects a bare CRP-base instance. Switched the import to the core
FragmentProvenance so the type matches.
3. "Embedding provider configuration" (line 53) stored its provider config
on context.config. Behave's Context reserves the config attribute for
its own Configuration object; user assignment raises KeyError inside
Behave's scope-tracking __setattr__. Renamed to embedding_config.
Verified locally: behave on features/semantic_context_search.feature now
reports 6 scenarios passed / 0 errored. lint + typecheck both pass.
ISSUES CLOSED : #5254
2026-06-18 01:17:23 -04:00
..
2026-06-17 19:54:20 -04:00
2026-06-15 06:36:16 -04:00
2026-06-10 11:14:45 -04:00
2026-06-06 20:45:20 -04:00
2026-06-15 14:11:47 -04:00
2026-06-18 01:17:23 -04:00
2026-06-06 09:06:02 -04:00
2026-06-04 17:43:33 -04:00
2026-06-06 19:05:19 -04:00
2026-06-02 15:41:06 -04:00
2026-06-17 18:24:32 -04:00
2026-06-02 15:41:06 -04:00
2026-06-02 15:41:06 -04:00
2026-06-02 15:41:06 -04:00
2026-06-17 08:49:34 -04:00
2026-06-02 23:33:52 -04:00
2026-06-17 08:49:34 -04:00
2026-06-14 16:11:26 -04:00
2026-06-02 15:41:06 -04:00
2026-06-05 18:12:05 -04:00
2026-06-15 02:59:42 -04:00
2026-06-16 20:17:35 -04:00
2026-06-02 15:41:06 -04:00
2026-06-14 11:14:35 -04:00
2026-06-03 11:24:21 -04:00
2026-06-14 09:09:24 -04:00
2026-06-17 23:15:50 -04:00
2026-06-06 10:26:09 -04:00
2026-06-13 04:59:44 -04:00
2026-06-17 23:15:50 -04:00
2026-06-06 11:08:28 -04:00
2026-06-06 04:15:16 -04:00
2026-06-17 05:52:11 -04:00
2026-06-02 08:44:47 -04:00
2026-06-02 04:52:51 -04:00
2026-06-14 09:51:14 -04:00
2026-06-15 04:28:02 -04:00
2026-06-06 05:52:06 -04:00
2026-06-11 19:58:52 -04:00
2026-06-02 21:16:38 -04:00
2026-06-03 00:53:19 -04:00
2026-06-04 18:44:59 -04:00
2026-06-06 00:23:30 -04:00
2026-06-14 09:51:14 -04:00
2026-06-15 01:01:54 -04:00
2026-06-02 17:06:11 -04:00
2026-06-14 02:14:33 -04:00
2026-06-06 11:52:49 -04:00
2026-06-18 00:16:54 -04:00
2026-06-15 02:03:56 -04:00
2026-06-13 09:29:11 -04:00
2026-06-04 11:47:32 -04:00
2026-06-14 09:51:14 -04:00
2026-06-02 15:41:06 -04:00
2026-06-02 15:41:06 -04:00
2026-06-14 09:51:14 -04:00
2026-06-02 14:01:59 -04:00
2026-06-02 15:41:06 -04:00
2026-06-02 15:41:06 -04:00
2026-06-14 09:51:14 -04:00
2026-06-02 15:41:06 -04:00
2026-06-14 09:51:14 -04:00
2026-06-02 15:41:06 -04:00
2026-06-02 15:41:06 -04:00
2026-06-02 15:41:06 -04:00
2026-06-02 15:41:06 -04:00
2026-06-02 15:41:06 -04:00
2026-06-02 15:41:06 -04:00
2026-06-02 15:41:06 -04:00
2026-06-06 06:28:09 -04:00
2026-06-02 15:41:06 -04:00
2026-06-02 07:37:14 -04:00
2026-06-02 07:37:13 -04:00
2026-06-16 23:08:30 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-17 08:49:34 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-02 20:37:35 -04:00
2026-06-06 01:57:44 -04:00
2026-06-14 09:51:14 -04:00
2026-06-04 02:28:50 -04:00
2026-06-06 09:24:27 -04:00
2026-06-14 18:13:27 -04:00
2026-06-04 09:49:11 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 09:51:14 -04:00
2026-06-14 11:36:15 -04:00
2026-06-02 20:37:35 -04:00
2026-06-02 20:37:35 -04:00
2026-06-02 20:37:35 -04:00
2026-06-02 20:37:35 -04:00
2026-06-02 20:37:35 -04:00
2026-06-03 07:39:45 -04:00
2026-06-13 18:50:14 -04:00
2026-06-14 08:18:13 -04:00
2026-06-06 12:11:44 -04:00
2026-06-14 23:37:20 -04:00
2026-06-04 18:44:59 -04:00
2026-06-14 15:06:44 -04:00
2026-06-02 19:50:41 -04:00
2026-06-13 17:42:05 -04:00
2026-06-17 22:36:33 -04:00
2026-06-06 13:54:43 -04:00
2026-06-04 13:06:20 -04:00
2026-06-14 20:39:38 -04:00
2026-06-13 04:39:01 -04:00
2026-06-05 23:53:43 -04:00
2026-06-05 17:25:35 -04:00
2026-06-13 16:10:40 -04:00
2026-06-17 08:49:34 -04:00
2026-06-14 09:51:14 -04:00
2026-06-15 06:36:16 -04:00
2026-06-14 17:15:04 -04:00
2026-06-18 00:36:05 -04:00
2026-06-14 09:51:14 -04:00
2026-06-18 00:36:05 -04:00
2026-06-14 09:51:14 -04:00
2026-06-06 04:37:11 -04:00
2026-06-02 16:48:22 -04:00
2026-06-02 16:48:22 -04:00
2026-06-06 20:26:27 -04:00
2026-06-14 09:49:42 -04:00
2026-06-17 06:49:43 -04:00
2026-06-17 06:49:43 -04:00
2026-06-06 16:25:55 -04:00
2026-06-16 23:08:30 -04:00
2026-06-14 06:43:09 -04:00
2026-06-03 05:00:01 -04:00
2026-06-02 05:14:43 -04:00
2026-06-13 14:44:45 -04:00
2026-06-13 14:44:45 -04:00
2026-06-14 22:50:43 -04:00
2026-06-03 09:01:44 -04:00
2026-06-03 03:22:59 -04:00
2026-06-14 09:51:14 -04:00
2026-06-03 12:16:30 -04:00
2026-06-03 00:24:21 -04:00
2026-06-03 03:03:14 -04:00
2026-06-04 20:36:52 -04:00
2026-06-13 23:43:22 -04:00
2026-06-15 09:17:34 -04:00
2026-06-18 00:57:44 -04:00
2026-06-03 17:30:22 -04:00
2026-06-03 17:30:22 -04:00
2026-06-13 15:07:27 -04:00
2026-06-14 11:36:15 -04:00
2026-06-14 09:51:14 -04:00
2026-06-06 03:29:32 -04:00
2026-06-15 02:24:03 -04:00
2026-06-14 15:50:15 -04:00
2026-06-10 05:05:40 -04:00
2026-06-06 05:30:16 -04:00
2026-06-06 05:30:16 -04:00
2026-06-02 20:37:35 -04:00
2026-06-06 05:30:16 -04:00
2026-06-06 14:56:30 -04:00
2026-06-05 23:20:31 -04:00
2026-06-04 04:23:37 -04:00
2026-06-06 01:37:38 -04:00
2026-06-06 01:37:38 -04:00
2026-06-14 04:44:44 -04:00
2026-06-12 12:08:13 -04:00
2026-06-06 00:56:05 -04:00
2026-06-13 23:43:22 -04:00
2026-06-06 01:15:58 -04:00
2026-06-14 19:05:21 -04:00
2026-06-06 15:31:12 -04:00
2026-06-18 01:17:23 -04:00
2026-06-11 20:00:04 -04:00
2026-06-02 19:50:41 -04:00
2026-06-02 15:41:06 -04:00
2026-06-02 15:41:06 -04:00
2026-06-14 13:23:57 -04:00
2026-06-02 15:41:06 -04:00
2026-06-02 15:41:06 -04:00
2026-06-02 15:41:06 -04:00
2026-06-02 15:41:06 -04:00
2026-06-02 15:41:06 -04:00
2026-06-06 04:58:21 -04:00
2026-06-06 11:27:30 -04:00
2026-06-02 19:50:41 -04:00
2026-06-14 15:26:27 -04:00
2026-06-17 01:43:50 -04:00
2026-06-14 12:22:44 -04:00
2026-06-17 01:43:50 -04:00
2026-06-17 15:28:59 -04:00
2026-06-02 05:51:55 -04:00
2026-06-14 21:28:31 -04:00
2026-06-10 02:00:43 -04:00
2026-06-10 11:14:45 -04:00
2026-06-10 11:14:45 -04:00
2026-06-17 02:36:59 -04:00
2026-06-02 07:19:20 -04:00
2026-06-14 16:34:44 -04:00
2026-06-02 18:42:43 -04:00
2026-06-10 20:39:28 -04:00
2026-06-14 09:51:14 -04:00
2026-06-17 12:40:29 -04:00
2026-06-07 00:48:54 -04:00
2026-06-10 07:43:02 -04:00
2026-06-14 17:33:45 -04:00
2026-06-06 12:31:45 -04:00
2026-06-17 12:40:29 -04:00
2026-06-17 00:57:52 -04:00
2026-06-17 00:57:51 -04:00
2026-06-15 11:14:31 +00:00
2026-06-06 12:11:44 -04:00
2026-06-04 13:06:19 -04:00
2026-06-04 13:06:20 -04:00
2026-06-13 14:07:02 -04:00
2026-06-13 16:54:29 -04:00
2026-06-17 00:21:34 -04:00
2026-06-02 04:29:20 -04:00