Normalize fullwidth punctuation to ASCII across codebase.

Add scripts/normalize_ambiguous_unicode.py; fix corrupted patch_instance_theme_templates.py. Preserves curly quotes in string literals; removes Git homoglyph warnings on .env.example.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-08 23:42:26 +08:00
parent aaa72c7961
commit b733e551a0
392 changed files with 71522 additions and 71369 deletions
+6 -6
View File
@@ -1,19 +1,19 @@
/**
* PM2中控 hub + 三路子代理 agent一次启动全部
* PM2:中控 hub + 三路子代理 agent(一次启动全部)
*
* 前置
* 前置:
* cd manual_trading_hub
* source .venv/bin/activate && pip install -r requirements.txt
* cp .env.example .env
*
* 启动hub + 全部 agent):
* 启动(hub + 全部 agent):
* pm2 start ecosystem.config.cjs
* pm2 save && pm2 startup
*
* 仅中控pm2 start ecosystem.config.cjs --only manual-trading-hub
* 仅某 agentpm2 start ecosystem.config.cjs --only manual-agent-binance
* 仅中控:pm2 start ecosystem.config.cjs --only manual-trading-hub
* 仅某 agent:pm2 start ecosystem.config.cjs --only manual-agent-binance
*
* 快捷bash scripts/pm2_hub.sh start
* 快捷:bash scripts/pm2_hub.sh start
*/
const path = require("path");