Commit Graph

3 Commits

Author SHA1 Message Date
pengxiao cee196b09f refactor(ch06-08): 调整第三篇章节顺序
原:RL(Ch06) → 生成式AI(Ch07) → Agent(Ch08)
新:生成式AI(Ch06) → Agent(Ch07) → RL(Ch08)

感知→创造→行动 的叙事线更贴合设计专业学生。
更新了目录、CLAUDE.md 和所有章节内编号。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-25 18:57:59 +08:00
pengxiao 49ceadeb0d fix: 修正附录目录嵌套,移除旧 officefile 附录文件
- 将 officefile/appendix/appendix/ 下的文件提升一级
- 旧 officefile 的 glossary/references/tools.md 移入 Archive

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-25 14:02:01 +08:00
pengxiao 219232de74 refactor: 重组项目目录结构
以讲义内容为骨架迁移到标准目录格式:
- officefile/ 主内容(12章 + 附录 + CC4SI补充)
- dofile/ 代码示例(11个Python脚本)
- data/ 图片资源
- output/ 生成输出(忽略)
- Archive/ 归档旧目录(忽略)
- .claude/skills/ 保留markdown-to-docx工具链
- .pandoc/ 保留CSL和本地化配置

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-25 14:00:56 +08:00