-
-
Notifications
You must be signed in to change notification settings - Fork 397
Closed
Labels
feature-requestFeature request to be converted to discussionFeature request to be converted to discussion
Description
Summary
Add the ability for claude-mem to capture plan file paths from ExitPlanMode hook and retrieve the previous session's plan in subsequent sessions.
Background
Claude Code plan mode creates temporary plan files (e.g., ~/.claude/plans/*.md) but doesn't persist references across sessions, making it difficult to continue previous planning work.
Testing with a PostToolUse hook confirmed that ExitPlanMode response contains the plan file path:
{
"tool_response": {
"filePath": "/Users/username/.claude/plans/federated-wandering-volcano.md",
"plan": "# Plan content..."
}
}Proposed Feature
- Capture Plan References: On
ExitPlanModeinvocation, storefilePath,plancontent,session_id, and timestamp in claude-mem database - Query Capability: Add
get_last_plantool or extend search filters to retrieve recent plan file paths - Session Continuity: When user instructs "continue from previous plan", provide the plan file path to resume work
P.S. Love the plugin, using it every day!
thedotmack
Metadata
Metadata
Assignees
Labels
feature-requestFeature request to be converted to discussionFeature request to be converted to discussion
Projects
Status
Done