- 将历史档案整体迁移至 `old/`,包含旧大纲、人物卡、世界书、参考资料与脚本 - 重写 `AGENTS.md` 为全书创作约束,去除剧情进度管理 - 重写 `世界书.md`,时间锚点由 1945 年 3 月改为 1945 年 4 月 26 日 - 重写 `伏笔与承诺.md` 与 `资产索引.md`,建立新旧设定权威顺序 - 重写宁诚、古米、赫默、铃兰、朱文晋五张人物卡;朱文晋改为带队指挥员而非被藏匿伤员 - 新增 `资料-1945年越南政治势力图谱.md` 作为历史写作资料层 - 重写 `项目总览.md`,明确五条长期叙事引擎与已确认边界 - 重写 1.1 五章正文:001《弃船》、002《事已至此,先吃饭吧》、003《蝗军来了》、004《狐火渺然》、005《越南救国军》;删除旧版 001—003 正文
873 B
873 B
Errors
Command failures and integration errors.
[ERR-20260703-001] LM Studio output directory mistaken for file
Logged: 2026-07-03T22:03:00+08:00 Priority: medium
When lmstudio_polish.py receives a single input file and an output path such as .../1.1.1-坠毁后的第一夜, Path.suffix treats .1-坠毁后的第一夜 as a file suffix. The script then writes multiple chapter outputs into the same path instead of appending each source filename.
Fix: only treat --out as a direct output file when its suffix is .md; otherwise treat it as a directory.
Update 2026-07-04: Project structure has since dropped the "节" level and renamed the directory to 正文/1 弃船/1.1 坠毁后的第一夜/. The suffix issue described above no longer applies to current paths, but the fix remains valid for any future dotted directory names.