feat: 创建多智能体展示分支

- 包含会展策划智能体配置文件
- 包含项目文档和配置更新
- 准备多智能体协作功能展示
This commit is contained in:
Yep_Q
2025-09-26 15:05:20 +08:00
parent 2fcaf21842
commit fc10d180be
2229 changed files with 403271 additions and 1 deletions

View File

@@ -1,3 +1,21 @@
[项目记忆规则]
- **必须主动调用** progress-recorder agent 来记录重要决策、任务变更、完成事项等关键信息到 progress.md
- 检测到以下情况时**立即自动触发** progress-recorder
• 出现"决定使用/最终选择/将采用"等决策语言
• 出现"必须/不能/要求"等约束语言
• 出现"完成了/实现了/修复了"等完成标识
• 出现"需要/应该/计划"等新任务
- 当 progress.md 的 Notes/Done 条目过多(>100条影响阅读时应归档到 progress.archive.md
[指令集 - 前缀 "/"]
- record: 使用 progress-recorder 执行增量合并任务
- archive: 使用 progress-recorder 执行快照归档任务
- recap: 阅读 progress.md回顾项目当前状态包括但不仅限于关键约束、待办事项、完成进度等
# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.