Add cursor rules with git.all8ai.top remote config
Python package build / build (push) Has been cancelled

This commit is contained in:
freedakgmail
2026-07-01 21:03:41 +08:00
parent 6041e3ff27
commit 4f20b56333
+28
View File
@@ -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`