Files
everything-claude-code/docs/zh-CN/commands/prune.md
cjp d6061cf937 Update docs/zh-CN/commands/prune.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-23 13:58:34 +08:00

727 B
Raw Blame History

description, command
description command
删除超过 30 天且从未被提升的待处理本能 true

清理待处理本能

删除那些由系统自动生成、但从未经过审查或提升的过期待处理本能。

实现

使用插件根目录路径运行 instinct CLI

python3 "${CLAUDE_PLUGIN_ROOT}/skills/continuous-learning-v2/scripts/instinct-cli.py" prune

或者当 CLAUDE_PLUGIN_ROOT 未设置时(手动安装):

python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py prune

用法

/prune                    # 删除超过 30 天的本能
/prune --max-age 60       # 自定义年龄阈值(天)
/prune --dry-run          # 仅预览,不实际删除