一键导入
forget
Delete a Wenlan memory by exact id from Codex. Destructive and confirmation gated. Invoked as /forget <source_id>.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Delete a Wenlan memory by exact id from Codex. Destructive and confirmation gated. Invoked as /forget <source_id>.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Frictionless Wenlan setup for Codex. Detects a missing local runtime, installs or repairs it, and verifies the plugin to MCP to local runtime round-trip. Run when the user says "set up wenlan", "is wenlan working", or "fix wenlan".
Frictionless setup. Detects a missing local runtime, installs or repairs it, configures local memory, and verifies the full plugin -> MCP -> local runtime round-trip. Run after `/plugin install wenlan@7xuanlu-wenlan`, or any time the user says "set up wenlan", "is wenlan working", "fix wenlan".
Show a one-screen Codex reference for the Wenlan plugin. Use when the user asks for Wenlan help, command list, or invokes /help.
Run Wenlan diagnostics or resolve every finding into a ready repair, review item, system action, or blocker.
One-screen quick reference for the Wenlan plugin. Lists the daily verbs, the daily flow, where data lives, and how to view it without a GUI. Use when the user says "help", "what can I do", "list wenlan commands", "how do I use wenlan", or invokes `/help`.
Run Wenlan diagnostics or resolve every finding into a ready repair, review item, system action, or blocker.
| name | forget |
| description | Delete a Wenlan memory by exact id from Codex. Destructive and confirmation gated. Invoked as /forget <source_id>. |
| argument-hint | <source_id> |
| allowed-tools | ["Bash","mcp__wenlan__forget","mcp__wenlan__recall"] |
| user-invocable | true |
Delete one memory by exact source_id.
This cannot be undone by Wenlan. Prefer /capture with a corrected memory when
history should be preserved.
Always confirm with the user before calling forget, unless the same user message already includes an exact id and an unambiguous delete instruction.
If the id is missing, use mcp__wenlan__recall to find candidates or ask the
user for the exact id. The confirmation reply must include the action and id:
delete <id>
A bare id is not confirmation.
After confirmation, call:
mcp__wenlan__forget(memory_id="<source_id>")
Delete only one memory per tool call. For bulk cleanup, use /curate captures
so each item has its own decision.
~/.wenlanAfter a successful delete, snapshot any Markdown projection changes. Best effort only:
git -C ~/.wenlan add -A && \
git -C ~/.wenlan -c user.name=Wenlan -c user.email=daemon@wenlan.local \
commit --quiet -m "forget: <source_id>" 2>/dev/null || \
(sleep 1 && git -C ~/.wenlan add -A && \
git -C ~/.wenlan -c user.name=Wenlan -c user.email=daemon@wenlan.local \
commit --quiet -m "forget: <source_id>" 2>/dev/null) || true
Do not fail the delete if this commit fails.
delete <id> after recall found the matching memory./distill rebuild <page-id>.