refactor(chat): extract home helpers, chart library, and starter surfaces
page.tsx still owns the chat main chain, but the first product surfaces now live in their own modules so later splits can land without editing the 4k-line Home. Source-lock tests follow the moved tokens; the orphan user-data contract is aligned and added to the quick gate. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -63,6 +63,8 @@ CORE_PYTEST_TARGETS = [
|
||||
# full pytest tree but are workflow_dispatch only, so a stale window_scan
|
||||
# assertion in this glob stayed red on origin/staging until listed here.
|
||||
"tests/test_rectification_*.py",
|
||||
# This file regexes frontend source. Home-split and other page.tsx moves must keep it green.
|
||||
"tests/test_supabase_user_data_contract.py",
|
||||
]
|
||||
|
||||
RUNTIME_TRUTH_PYTEST_TARGETS = [
|
||||
|
||||
Reference in New Issue
Block a user