원클릭으로
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>.