#394·inkos

状态修复缺少非破坏性出口: 当缺少基准快照时, resync/repair-state/delete 都被拒绝, 且报错不指明路径(附带可用的绕过途径)

作者: pengyz创建于 2026年9月15日更新于 2026年9月15日
Pathway Available Cost
inkos write rewrite <book> 14 --force Tested to work write.js:162-166 only checks snapshot 13 (exists) → 171-193 deletes 14/15 and trims index → 195 restoreState(13) → 201 next=14. The text is hard-deleted without going to .trash
inkos import chapters --resume-from 14 --from <source> ✅ Available runner.js:2340 starts from 14, skips the truth file reset; 2389-2442 replays chapters chapter by chapter and unconditionally snapshotState. Non-destructive, but requires replaying chapters
inkos review reject <book> 14 ✅ Available review.js:201-202 + manager.js:626-630