novel-doomsday-resurgence/novel-tracker/README.md
唐天洛 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

49 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 小说创作跟踪器 - 《杀了婆婆的我却无人追责?》
## 文档结构
```
novel-tracker/
├── README.md # 本文件
├── chapters/ # 章节历史版本
│ ├── chapter-01/
│ │ ├── v1.0.md # 初始版本
│ │ ├── v2.0-optimized.md # 优化版本
│ │ └── CHANGELOG.md # 修改记录
│ ├── chapter-02/
│ ├── chapter-03/
│ └── chapter-04/
├── outline/ # 大纲规划历史
│ ├── core-setting-evolution.md # 核心设定演进v1.0 → v3.0
│ ├── plot-structure-evolution.md # 剧情结构演进
│ ├── ending-evolution.md # 结局演进
│ └── chapter-planning-evolution.md # 章节规划演进v6.0 → v9.0
└── messages/ # 用户消息记录
└── session-2026-03-21.md # 2026-03-21 会话记录
```
## 使用说明
### 章节历史版本
- 每章一个独立目录
- 记录每个版本的完整内容
- CHANGELOG.md 记录每次修改的内容和原因
### 大纲规划历史
- 按主题拆分演进过程
- 记录每次修改的详细内容
- 标注时间线和用户反馈
### 用户消息记录
- 按会话日期组织
- 保留原始输入
- 标注时间戳
### 快速开始
→ 查看完成报告:[COMPLETION_REPORT.md](./COMPLETION_REPORT.md)
→ 查看项目总览:[INDEX.md](./INDEX.md)
---
*最后更新2026-03-22*