Initialize crypto_monitor_user (user edition) from monitor codebase.
Retarget git remote, install path, and deploy docs from crypto_monitor to crypto_monitor_user. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
description: Never trade or close the user's existing option/perp positions during testing
|
||||
alwaysApply: true
|
||||
---
|
||||
|
||||
# Do not touch existing positions
|
||||
|
||||
When testing option open/close, pending orders, monitors, or any live exchange path on this project:
|
||||
|
||||
- **Never** flatten, reduce, cancel-close, or otherwise close positions the user already holds.
|
||||
- **Never** reuse an existing live position for smoke tests.
|
||||
- If a live trade test is required: open a **new** minimal test position only after explicit approval, then close **only that test position**.
|
||||
- If the only way to verify something needs an existing position: **stop and ask the user first**.
|
||||
- Prefer unit tests / dry paths over live orders when sufficient.
|
||||
Reference in New Issue
Block a user