feat: add tmp/ directory for temp files and cookie, add .gitignore

- tmp/ 用于存放临时文件(文档缓存、cookie等),已加入 .gitignore
- 文档中所有临时文件和 cookie 路径统一指向 tmp/
- SKILL.md 架构图增加 tmp/ 说明

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-16 18:59:32 +08:00
parent a2c3463d15
commit 1cb565161c
5 changed files with 14 additions and 7 deletions
+2
View File
@@ -0,0 +1,2 @@
# 临时文件 / 配置文件,不纳入版本管理
tmp/