chanmacro: connect to production provider, fix Breadth symbol list and regime crash

- Change provider_url to https://provider.jackyu66.com
- Update top50_symbols to match provider's actual 20 symbols
- Fix cmd_score crash: all_scores keys are already strings, not enums
- Add .gitignore to exclude data/ directory
This commit is contained in:
jackyu66git
2026-06-24 18:23:27 +08:00
parent 48e69179b3
commit 50a609f7b9
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ def cmd_score(args):
state.regime_confidence,
state.regime_version,
state.regime_maturity_score,
json.dumps({k.value: v for k, v in regime_result.all_scores.items()}),
json.dumps(regime_result.all_scores),
regime_result.prior_regime.value if regime_result.prior_regime else None,
regime_result.confirmation_days,
))