novel-doomsday-resurgence/.novel-sync-temp/tomato-novel/inkos.json
唐天洛 5dc8c00de0 feat(sync): 固化小说内容到Git仓库
📚 小说内容:
- 《末日重生-开局囤货十亿物资》33章
- 完整的状态文件、记忆索引、钩子系统

🛠️ 系统配置:
- 版本控制管理系统
- 自动化脚本系统
- 质量监控系统

🧠 固化记忆:
- 长期记忆文件
- 系统配置文档
- 恢复流程指南

💾 数据安全:
- 本地备份系统
- Git版本控制
- 远程同步机制

同步时间: 2026-03-30 16:25:35
系统状态: inkos正常运行中 (PID: 1433309)
创作进度: 第33章《油粮》创作中
2026-03-30 16:25:35 +08:00

51 lines
951 B
JSON

{
"name": "tomato-novel",
"version": "0.1.0",
"language": "zh",
"llm": {
"provider": "openai",
"baseUrl": "",
"model": ""
},
"notify": [],
"daemon": {
"schedule": {
"radarCron": "0 */6 * * *",
"writeCron": "*/15 * * * *"
},
"maxConcurrentBooks": 3
},
"quality": {
"enforcement": "strict",
"platform": "tomato",
"paragraph": {
"min_length": 35,
"max_consecutive_short": 3,
"max_short_ratio": 0.3
},
"golden_points": {
"min_per_chapter": 3,
"keywords": [
"打脸",
"升级",
"收获",
"碾压",
"反转",
"爽点",
"优势",
"先知",
"重生"
]
},
"dialogue": {
"min_ratio": 0.3,
"min_count": 5
},
"auto_fix": {
"enabled": true,
"merge_paragraphs": true,
"enhance_golden_points": true,
"add_dialogue": true
}
}
}