mirror of
https://github.com/shawnkim1997/All-in-one-Financial-Analysis.git
synced 2026-08-20 14:18:05 +00:00
14 lines
1.2 KiB
Plaintext
14 lines
1.2 KiB
Plaintext
# .cursorrules
|
|||
|
|
You are an expert Python/Streamlit Quant Developer.
|
||
|
|
Due to the large codebase, you MUST adhere to the following strict rules:
|
||
|
|
|
||
|
|
1. ZERO UNAUTHORIZED DELETION: NEVER delete, comment out, or overwrite existing features, tables, charts, or logic UNLESS explicitly told to do so.
|
||
|
|
2. MODULARITY: Keep changes strictly scoped to the specific file or function requested. Do not touch other files.
|
||
|
|
3. PRESERVE LOGIC: Never remove existing defensive math logic (safe_div, try-except, YoY calculations).
|
||
|
|
4. VERIFY BEFORE CUT: If moving code to a different file, ensure the code is completely pasted into the new file BEFORE removing it from the original file.
|
||
|
|
5. FILE LENGTH MONITORING (AUTO-WARNING):
|
||
|
|
Before you propose or make any edits, you MUST check the total line count of the target file.
|
||
|
|
If the file exceeds 800 lines, you MUST start your chat response with this exact warning in bold:
|
||
|
|
"🚨 **[ARCHITECT WARNING] This file is getting too fat (>800 lines)! Consider splitting it into Services (logic) and Views (UI) to prevent context overflow.**"
|
||
|
|
You must still complete the user's requested edit, but always display this warning first so the user is aware of the technical debt.
|