Initial commit
This commit is contained in:
commit
20293ffb8e
41
.gitignore
vendored
Normal file
41
.gitignore
vendored
Normal file
@ -0,0 +1,41 @@
|
||||
# 系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# 编辑器
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
*.egg
|
||||
|
||||
# 环境变量
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# 日志
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Agent 指令文件(由系统生成)
|
||||
AGENTS.md
|
||||
CLAUDE.md
|
||||
GEMINI.md
|
||||
QWEN.md
|
||||
|
||||
# Agent 技能目录(软链接或副本)
|
||||
.agents/
|
||||
.claude/
|
||||
.codex/
|
||||
.gemini/
|
||||
.qwen/
|
||||
4
MEMORY.md
Normal file
4
MEMORY.md
Normal file
@ -0,0 +1,4 @@
|
||||
# 长期记忆
|
||||
|
||||
- 当前暂无已提炼的长期记忆。
|
||||
- 在这里记录跨会话稳定生效的偏好、架构决策和最佳实践。
|
||||
5
memory/2026-05-11.md
Normal file
5
memory/2026-05-11.md
Normal file
@ -0,0 +1,5 @@
|
||||
# 2026-05-11
|
||||
|
||||
## 纪要
|
||||
|
||||
- 工作区已初始化,可在此持续记录当天上下文。
|
||||
Loading…
x
Reference in New Issue
Block a user