docs: 固化角色资料发布审计#26
Merged
Merged
Conversation
added 2 commits
June 7, 2026 09:06
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.
功能描述
完成 Sprint 7.3 的角色资料发布审计:README 新增角色资料验收路径,把角色名稳定、同场关系、叙述出场补全、质量提醒和示例可验收写成评审可核对清单,并用 pytest 固化关键证据。
实现思路
参考项目总路线图,当前优先完成 Phase 7 官方收尾,再进入 Phase 8 前端统一。这个 PR 不新增运行时功能,专注将已完成的人物资料能力转成可审查发布路径。测试检查 README 审计章节必须包含
build_character_registry、characters[].relationships、co_appears、infer_scene_character_ids、quality_checks.warnings和主验证命令,并检查相关文件存在。测试方式
python -m pytest -qpython -m py_compile novel_to_screenplay.py app.py scripts\verify_ui.pypython scripts\verify.py