chore: add P0 data safety, demo, and CI - #3
Merged
Conversation
Owner
Author
|
✅ CI 已通过:Python 编译、15 项仓库安全与烟雾测试全部成功。准备使用 squash merge 合并。 |
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.
目标
完成仓库 P0 第一轮:保护个人小说数据、提供可公开体验的脱敏示例,并建立基础自动化验证。
主要修改
数据安全
.gitignore默认忽略:小说项目/projects.json小说项目/作品/*小说项目/.trash/*脱敏 Demo
新增完全虚构的《雾港来信》示例,覆盖:
current人物、关系、伏笔和时间线投影CI 与测试
.github/workflows/ci.yml。check_chapter.py做烟雾测试文档
边界
本 PR 不修改:
合并条件
只有 GitHub Actions 测试通过后再合并。