mirror of
https://github.com/OthmanAdi/planning-with-files.git
synced 2026-04-25 16:06:02 +03:00
[PR #33] [MERGED] feat: Add session recovery after /clear (v2.2.0) #62
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/planning-with-files#62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OthmanAdi/planning-with-files/pull/33
Author: @lasmarois
Created: 1/17/2026
Status: ✅ Merged
Merged: 1/17/2026
Merged by: @OthmanAdi
Base:
master← Head:feature/session-catchup-recovery📝 Commits (1)
69ded71feat: Add session recovery after /clear (v2.2.0)📊 Changes
8 files changed (+758 additions, -39 deletions)
View changed files
📝
.claude-plugin/plugin.json(+1 -1)📝
CHANGELOG.md(+42 -0)📝
README.md(+43 -4)📝
planning-with-files/SKILL.md(+24 -17)➕
planning-with-files/scripts/session-catchup.py(+208 -0)➕
scripts/session-catchup.py(+208 -0)📝
skills/planning-with-files/SKILL.md(+24 -17)➕
skills/planning-with-files/scripts/session-catchup.py(+208 -0)📄 Description
Summary
This PR adds automatic session recovery, allowing users to seamlessly continue work after running
/clearwhen the context window fills up.The Problem
When working on complex tasks, the context window eventually fills up. Users must run
/clearto continue, but this loses all conversation context. If planning files (task_plan.md,progress.md,findings.md) weren't fully updated before context filled up, that work is lost.The Solution
A new
session-catchup.pyscript that:~/.claude/projects/)The recovery is triggered automatically when invoking
/planning-with-files- no additional setup required.Optimal Workflow
/planning-with-fileswhen ready for complex task/clear/planning-with-filesagain — automatically recovers where you left offChanges
scripts/session-catchup.py- Core recovery script (in all 3 locations for compatibility)SKILL.md- Restructured (~100 lines) with session recovery as first instructionREADME.md- Added optimal workflow and setup instructionsCHANGELOG.md- v2.2.0 release notesRelated Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.