This repository has been archived on 2026-07-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ClaudeInit/.claude/rules/common/deferred-recall.md
2026-04-24 16:42:22 +08:00

17 lines
783 B
Markdown
Raw Permalink 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.
## 延期方案主动回忆
每次会话处理用户第一个任务前,执行以下检查:
1. 读取 `.claude/deferred/registry.md`(不存在则跳过)
2. 扫描所有 `status: deferred` 的条目
3. 将每个条目的 **tags****related_files** 与当前任务的关键词/文件做匹配
4. 如果匹配到关联条目,在回复开头简要提醒:
> 提醒:你之前有一个延期方案 **[标题]** 与当前任务相关tags: xxx。要一并处理吗
5. 每个条目每次会话最多提醒一次,不重复打扰
### 注意
- 只匹配 `status: deferred` 的条目(`reminded` / `in_progress` 不再提醒)
- 提醒应简洁,不超过 2 行,不打断用户主线任务
- 具体的记录/管理操作请参考 `deferred-decisions` Skill