novel-doomsday-resurgence/tomato-novel/inkos.json
唐天洛 bc9188b0fd feat(git-workflow): 添加 Git 工作流和脚本
包含:
- GIT_WORKFLOW.md - 详细的 Git 工作流规范
- scripts/git-setup.sh - Git 工作区初始化脚本
- scripts/git-daily.sh - 日常 Git 管理脚本
- scripts/git-novel-workflow.sh - 小说专用 Git 工作流
- 更新 .gitignore 排除子仓库的 .git 目录
- 添加 novel-tracker/ 目录
- 添加 projects/ 目录(排除子仓库 .git)
- 添加 tomato-novel/ 目录
2026-03-30 15:50:36 +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
}
}
}