원클릭으로
mm-discard
Discards the current runtime conversation from the Mirror database before quitting
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Discards the current runtime conversation from the Mirror database before quitting
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Activates Builder Mode for a journey and loads project context/docs
Backs up the production memory database
Activates Builder Mode for a journey and loads project context/docs
Scans memories for recurring patterns and proposes consolidation (merge, identity update, or shadow candidate)
Asks other LLMs through OpenRouter with Mirror context
Lists recent conversations from the memory database
| name | mm:discard |
| description | Discards the current runtime conversation from the Mirror database before quitting |
| user-invocable | true |
Use when the user wants to quit a test session without keeping the current conversation in the Mirror database.
Natural language examples:
quit and discard this conversation
close without saving this conversation
exit and drop this conversation
Run:
uv run python -m memory conversation-logger discard-current --interface claude_code
The command deletes the current conversation and marks the runtime session so the assistant confirmation is not logged and transcript backfill skips it at session end.
After the command succeeds, answer briefly:
Current conversation discarded from the database. You can safely exit the session now.
Do not call mirror log for this skill.