Add cursor rules with git.all8ai.top remote config
Python package build / build (push) Has been cancelled
Python package build / build (push) Has been cancelled
This commit is contained in:
@@ -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`
|
||||
Reference in New Issue
Block a user