Benjamin Admin
4e8eb2dc0e
feat(product-scope): gate Navigator facts, then reuse discover_scope (step 3)
...
Connects the Navigator's fact-gate to the existing reasoning discover_scope —
the Scope Engine decides only once the minimum (P0) facts are released.
- resolve_product_scope(canonical): if not ready_for_scope -> NEEDS_FACTS
(missing_facts + suggested_questions, discover_scope NOT run); else project
canonical->reasoning profile and run the EXISTING discover_scope exactly once
-> RESOLVED with applicable/excluded/uncertain regulations.
- Environmental triggers surface ONLY as unsupported_domains (future_corpus_needed),
never as a legal evaluation — transparency, no false completeness.
- POST /reasoning/product-scope (thin handler) returns case NEEDS_FACTS or RESOLVED.
- No new scope rules, no new regulations, no environmental-law evaluation, no UI,
no Go, no RAG, no percent-compliance. Response types are application-level, not
meta-model classes (freeze v1.0 untouched).
- 6 tests incl. discover_scope spy (0 calls when gated, exactly 1 when ready),
category separation, environmental-as-unsupported-only. 47 tests green (existing
reasoning MVP tests stay green), mypy clean, LOC ok.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-06-26 10:21:27 +02:00
..
2026-04-09 20:50:30 +02:00
2026-06-09 11:30:16 +02:00
2026-03-02 08:57:39 +01:00
2026-04-27 23:28:21 +02:00
2026-06-07 00:15:08 +02:00
2026-03-23 17:15:45 +01:00
2026-03-23 17:15:45 +01:00
2026-03-23 17:15:45 +01:00
2026-03-23 17:15:45 +01:00
2026-04-07 18:39:40 +02:00
2026-06-07 17:32:34 +02:00
2026-06-07 18:41:54 +02:00
2026-05-02 19:41:22 +02:00
2026-03-24 07:24:02 +01:00
2026-06-13 16:38:38 +02:00
2026-03-26 20:13:00 +01:00
2026-03-07 14:12:34 +01:00
2026-06-07 18:41:54 +02:00
2026-06-22 17:37:48 +02:00
2026-03-21 11:49:43 +01:00
2026-03-24 06:40:42 +01:00
2026-03-24 06:40:42 +01:00
2026-03-04 17:43:29 +01:00
2026-06-06 14:47:25 +02:00
2026-03-03 12:48:43 +01:00
2026-03-17 09:00:37 +01:00
2026-03-21 11:49:43 +01:00
2026-03-21 11:49:43 +01:00
2026-03-17 09:00:37 +01:00
2026-03-23 17:15:45 +01:00
2026-06-22 17:37:48 +02:00
2026-06-07 23:48:04 +02:00
2026-06-07 21:29:21 +02:00
2026-06-07 23:48:04 +02:00
2026-06-09 11:30:16 +02:00
2026-06-22 17:37:48 +02:00
2026-06-14 21:49:22 +02:00
2026-06-16 18:48:52 +02:00
2026-06-14 08:21:56 +02:00
2026-06-14 12:37:22 +02:00
2026-06-15 13:49:00 +02:00
2026-06-17 07:39:39 +02:00
2026-06-17 13:17:51 +02:00
2026-06-16 07:44:13 +02:00
2026-06-17 21:21:28 +02:00
2026-06-14 08:21:56 +02:00
2026-06-16 10:10:45 +02:00
2026-06-14 15:39:39 +02:00
2026-06-14 08:59:41 +02:00
2026-06-15 18:30:47 +02:00
2026-06-14 09:27:09 +02:00
2026-06-17 13:17:51 +02:00
2026-06-08 11:35:55 +02:00
2026-06-09 08:19:57 +02:00
2026-03-17 09:00:37 +01:00
2026-03-14 21:03:04 +01:00
2026-03-28 17:24:19 +01:00
2026-03-07 14:12:34 +01:00
2026-04-16 16:26:48 +02:00
2026-04-07 13:18:29 +02:00
2026-04-07 13:18:29 +02:00
2026-06-07 00:28:29 +02:00
2026-03-05 00:36:24 +01:00
2026-03-07 17:07:43 +01:00
2026-03-14 21:03:04 +01:00
2026-03-23 17:15:45 +01:00
2026-03-25 21:53:40 +01:00
2026-03-05 15:11:10 +01:00
2026-05-21 18:49:10 +02:00
2026-03-23 12:11:55 +01:00
2026-03-07 19:00:33 +01:00
2026-03-05 12:07:01 +01:00
2026-06-09 11:30:16 +02:00
2026-06-07 08:50:46 +02:00
2026-06-09 13:15:34 +02:00
2026-03-06 20:50:00 +01:00
2026-04-07 13:18:29 +02:00
2026-06-09 12:33:34 +02:00
2026-04-16 16:26:48 +02:00
2026-04-09 08:47:56 +02:00
2026-03-24 06:40:42 +01:00
2026-03-12 19:55:06 +01:00
2026-04-29 16:56:38 +02:00
2026-06-22 17:37:48 +02:00
2026-03-19 13:59:43 +01:00
2026-06-06 21:19:49 +02:00
2026-05-22 11:51:03 +02:00
2026-06-15 18:30:47 +02:00
2026-03-17 09:00:37 +01:00
2026-05-17 14:06:28 +02:00
2026-05-17 14:06:28 +02:00
2026-03-05 11:42:19 +01:00
2026-06-26 10:05:27 +02:00
2026-06-16 10:10:20 +02:00
2026-03-03 18:04:53 +01:00
2026-06-24 12:28:03 +02:00
2026-06-24 12:43:42 +02:00
2026-06-25 07:41:45 +02:00
2026-03-21 11:49:43 +01:00
2026-03-19 13:59:43 +01:00
2026-06-24 20:15:45 +02:00
2026-06-24 13:46:21 +02:00
2026-06-09 08:16:21 +02:00
2026-03-17 09:00:37 +01:00
2026-03-17 09:00:37 +01:00
2026-03-24 06:40:42 +01:00
2026-03-14 21:03:04 +01:00
2026-06-26 10:21:27 +02:00
2026-06-26 09:52:46 +02:00
2026-03-09 14:53:50 +01:00
2026-03-24 10:38:34 +01:00
2026-03-07 17:07:43 +01:00
2026-03-02 08:57:39 +01:00
2026-03-25 23:01:49 +01:00
2026-06-26 00:37:57 +02:00
2026-03-05 13:43:02 +01:00
2026-03-21 11:49:43 +01:00
2026-06-06 14:47:25 +02:00
2026-06-07 00:12:00 +02:00
2026-03-05 13:43:02 +01:00
2026-03-02 09:26:57 +01:00
2026-05-18 23:48:34 +02:00
2026-06-15 19:05:44 +02:00
2026-06-18 12:05:05 +02:00
2026-03-05 11:42:19 +01:00
2026-03-07 17:07:43 +01:00
2026-03-14 21:03:04 +01:00
2026-06-09 11:30:16 +02:00
2026-06-12 23:03:28 +02:00
2026-03-02 18:48:55 +01:00
2026-03-25 08:35:16 +01:00
2026-06-09 11:30:16 +02:00
2026-06-09 09:23:12 +02:00
2026-06-08 17:40:05 +02:00
2026-06-08 18:24:01 +02:00
2026-06-06 23:19:22 +02:00
2026-06-22 17:37:48 +02:00
2026-03-19 11:56:53 +01:00
2026-03-06 17:35:44 +01:00
2026-06-07 00:23:25 +02:00
2026-06-15 00:20:40 +02:00
2026-03-26 10:52:41 +01:00
2026-03-12 19:55:06 +01:00
2026-04-07 13:18:29 +02:00
2026-03-19 11:56:25 +01:00
2026-04-07 13:18:29 +02:00
2026-04-16 16:26:48 +02:00
2026-06-07 18:41:54 +02:00