• Joined on 2026-06-12
zhiwei pushed to master at hmo/MoFin 2026-07-07 11:20:11 +08:00
7b4826777a 自选股自动重评机制+000850华茂股份全面重评
zhiwei pushed to master at hmo/MoFin 2026-07-07 11:05:25 +08:00
096fbbf5f6 fix: sqlite3.Row没有.get()方法, r.get('cost',0)静默失败→改为r['cost'] if r['cost'] else 0
zhiwei pushed to master at hmo/MoFin 2026-07-07 10:37:15 +08:00
7c255d5234 fix: 统一DB路径+管道审计脚本
zhiwei pushed to master at hmo/MoFin 2026-07-07 10:31:55 +08:00
26e2794cca fix: 代码级约束 —— 推荐前必须同步重评, 不输出无操作信号的信息
zhiwei pushed to master at hmo/MoFin 2026-07-07 10:14:30 +08:00
2138ae2bfd fix: 代码级强制约束——LLM看到数据前必须同步重评(stale/无策略), 不等TODO异步
zhiwei pushed to master at hmo/MoFin 2026-07-07 10:10:13 +08:00
bbd90a005e feat: 代码级策略新鲜度强制检查 — mofin_collect.py步骤0, 推荐前先检策略是否最新, 过期自动创TODO
zhiwei pushed to master at hmo/MoFin 2026-07-07 09:20:52 +08:00
fbbb96020f fix: system_health_check不再误报market.json/decisions.json缺失(DB-only已迁移)
zhiwei pushed to master at hmo/MoFin 2026-07-06 14:04:04 +08:00
6e03b62f69 chore: .gitignore排除运行时数据文件和db
zhiwei pushed to master at hmo/MoFin 2026-07-06 14:03:35 +08:00
de6e5f6624 docs: 更新CHANGELOG — 2026-07-06全面系统修复记录
zhiwei pushed to master at hmo/MoFin 2026-07-06 14:02:27 +08:00
e055485f53 chore: 加 .gitignore(取自code_only分支)
zhiwei pushed to master at hmo/MoFin 2026-07-06 14:01:58 +08:00
66962ae190 fix: 全面系统修复 — delivery目标修正 + 脚本同步 + refresh_mtf_cache import修复 + clean_watchlist硬编码修复
zhiwei pushed to code_only at hmo/MoFin 2026-07-06 12:15:35 +08:00
19087869ac 加 .gitignore,排除 pycache 和 cron 报告
zhiwei created branch code_only in hmo/MoFin 2026-07-06 12:15:31 +08:00
zhiwei pushed to master at hmo/MoFin 2026-07-06 12:08:35 +08:00
3e2f0315eb 完全DB版: 移除JSON写入/回退,所有操作直走SQLite
zhiwei pushed to master at hmo/MoFin 2026-07-06 12:02:40 +08:00
e185b4e4dc feat: DB-first architecture with lock-safe writes
zhiwei pushed to master at hmo/MoFin 2026-07-05 01:41:20 +08:00
687155487d feat: strategy-staleness-check auto-creates TODOs for STRATEGY_STALE stocks
zhiwei pushed to master at hmo/MoFin 2026-07-05 01:37:46 +08:00
320353348d feat: add todos table to mofin_db + DB_PATH fix for self_todo_executor
zhiwei pushed to master at hmo/MoFin 2026-07-04 10:22:57 +08:00
574f1be3ec docs: reorganize — README index, archive old docs, add status headers
zhiwei pushed to master at hmo/MoFin 2026-07-04 09:59:57 +08:00
58786d170b 00700 腾讯成本修复: 443.13 HKD
zhiwei pushed to master at hmo/MoFin 2026-07-04 09:57:26 +08:00
7f84471aca docs: development standards + test plan