From 4f20b56333c53b9532dc38d6ea7e0a63f20b0e72 Mon Sep 17 00:00:00 2001 From: freedakgmail Date: Wed, 1 Jul 2026 21:03:41 +0800 Subject: [PATCH] Add cursor rules with git.all8ai.top remote config --- .cursorrules | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .cursorrules diff --git a/.cursorrules b/.cursorrules new file mode 100644 index 0000000..68d54fa --- /dev/null +++ b/.cursorrules @@ -0,0 +1,28 @@ +# Cursor Rules + +## Git Remote Configuration + +- **Remote name**: `all8ai` +- **URL**: `https://git.all8ai.top/freedak/timesfm.git` +- **Username**: `freedak` +- **Password**: `Why_701208` +- **Default branch**: `master` + +## Push Commands + +```bash +# Push to all8ai remote +git push all8ai master + +# Add new remote if needed +git remote add all8ai https://freedak:Why_701208@git.all8ai.top/freedak/timesfm.git +``` + +## Project Info + +- This is a fork of Google Research's TimesFM (Time Series Foundation Model) +- Added stock prediction experiments (AAPL forecast + backtest) +- Python virtual environment at `.venv/` +- Activate: `source .venv/bin/activate` +- Run forecast: `python stock_forecast.py` +- Run backtest: `python stock_backtest.py`