fix(web): keep unrectified birth data usable without inventing a minute

Rectification stays optional. Reported minutes can consult and generate reports; date-plus-period uses a declared window instead of a midpoint or 00:00. Updates BUG-341.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jesse_Chen
2026-08-21 15:29:58 +08:00
parent e7f4030e3f
commit 9958e00abc
34 changed files with 1441 additions and 169 deletions
+1
View File
@@ -55,6 +55,7 @@ CORE_PYTEST_TARGETS = [
# These pin the answer-truth contract every product consultation is built on, and their failure
# mode is silent widening — nothing errors when they regress (BUG-267, BUG-270).
"tests/test_consultation_consumer_context.py",
"tests/test_declared_window_chart.py",
]
RUNTIME_TRUTH_PYTEST_TARGETS = [