Files
CursorInitGeneral/.cursor/rules/common/deferred-recall.mdc

17 lines
784 B
Plaintext
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.
---
description: 会话开始时按任务关联度回忆尚未处理的延期方案
alwaysApply: true
---
# 延期方案主动回忆
处理会话中的第一个任务前:
1. 读取 `.cursor/deferred/registry.md`;不存在或为空时跳过。
2. 只考虑仍处于 `deferred` 状态的条目。
3. 用条目的 `tags`、`related_files` 和当前任务的关键词、目标文件做匹配。
4. 命中时用不超过两行提醒标题与关联原因,并询问是否一并处理;不要擅自扩大当前任务范围。
5. 同一条目每次会话最多提醒一次,未命中时保持静默。
新增、更新或关闭延期方案时,读取 `.cursor/skills/deferred-decisions/SKILL.md` 并按其格式执行Skill 不存在时只报告,不自行发明记录格式。