원클릭으로
mm-journey
Shows detailed journey status and updates the journey path
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Shows detailed journey status and updates the journey path
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:journey |
| description | Shows detailed journey status and updates the journey path |
| user-invocable | true |
Use /mm:journey or /mm:journey reflexo to inspect journey status.
uv run python -m memory journey [JOURNEY]
If $ARGUMENTS was passed, use it as the journey name. Otherwise the script loads all journeys.
The script prints identity, journey path, recent memories, and recent conversations for each journey.
Combine the script output into a clear view of current progress.
If the journey path appears outdated relative to recent conversations and memories, suggest an update. After user confirmation:
uv run python -m memory journey update JOURNEY "UPDATED_CONTENT"
For long content, use stdin:
echo "CONTENT" | uv run python -m memory journey update JOURNEY -