From 6af7ca1afc349eb0d4028f8703a2634d3b90db92 Mon Sep 17 00:00:00 2001 From: cjp <61693165+694344851@users.noreply.github.com> Date: Mon, 23 Mar 2026 13:58:44 +0800 Subject: [PATCH] Update docs/zh-CN/commands/prune.md Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- docs/zh-CN/commands/prune.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/zh-CN/commands/prune.md b/docs/zh-CN/commands/prune.md index 0cad613f..6bbae496 100644 --- a/docs/zh-CN/commands/prune.md +++ b/docs/zh-CN/commands/prune.md @@ -28,3 +28,8 @@ python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py prune /prune --max-age 60 # 自定义年龄阈值(天) /prune --dry-run # 仅预览,不实际删除 ``` +--- +name: prune +description: 删除超过 30 天且从未被提升的待处理本能 +command: true +---