From 6a6740d70857cdb63f46a55fb514a71eb3a7769f Mon Sep 17 00:00:00 2001 From: 21in7 Date: Sat, 7 Mar 2026 00:53:13 +0900 Subject: [PATCH] docs: update CLAUDE.md with weekly-report commands and plan status Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 8 +++++++- results/weekly/.gitkeep | 0 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 results/weekly/.gitkeep diff --git a/CLAUDE.md b/CLAUDE.md index a8b21e3..e69b709 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -36,6 +36,12 @@ bash scripts/train_and_deploy.sh mlx --symbol XRPUSDT # Hyperparameter tuning (50 trials, 5-fold walk-forward) python scripts/tune_hyperparams.py --symbol XRPUSDT +# Weekly strategy report (manual, skip data fetch) +python scripts/weekly_report.py --skip-fetch + +# Weekly report with data refresh +python scripts/weekly_report.py + # Fetch historical data (single symbol with auto correlation) python scripts/fetch_history.py --symbol TRXUSDT --interval 15m --days 365 @@ -131,4 +137,4 @@ All design documents and implementation plans are stored in `docs/plans/` with t | 2026-03-05 | `multi-symbol-trading` (design + plan) | Completed | | 2026-03-06 | `multi-symbol-dashboard` (design + plan) | Completed | | 2026-03-06 | `strategy-parameter-sweep` (plan) | Completed | -| 2026-03-07 | `weekly-report` (plan) | In Progress | +| 2026-03-07 | `weekly-report` (plan) | Completed | diff --git a/results/weekly/.gitkeep b/results/weekly/.gitkeep new file mode 100644 index 0000000..e69de29