fix: 章节字数限制导致剧情节奏问题#1
Open
crazytreeChen wants to merge 1 commit into
Open
Conversation
核心修改: - writer.md: 重写字数章节,剧情密度先于字数裁剪 - 新增必要铺垫保护清单(角色反应/对话过渡/环境/决策/章末余韵) - 新增另开章节兜底原则 同步修改: - headless/run.go: stdinDispatcher 统一管理 stdin 读取 - host/steer_assessment.go: 偏离评估模块 - host/host.go: Steer() 调用偏离评估 - host/events.go: 精确度约束提取器 - userrules/service_test.go: 修复预存测试阈值 bug - architect-long.md: ±2% 精确度硬约束 Co-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题
章节字数限制后 writer agent 砍掉必要铺垫,导致转场突兀。
修改
assets/prompts/writer.md— 字数章节重写:剧情密度先于字数裁剪 + 必要铺垫保护清单 + 另开章节兜底原则关联: crazytreeChen/ainovel-gui#2