github OthmanAdi/planning-with-files v2.2.1
v2.2.1: Session Recovery

latest releases: v3.1.3, v3.1.2, v3.1.1...
5 months ago

Release v2.2.1

Session Recovery After /clear

Automatic session recovery when context fills up and you need to run /clear.

New Features

Session Recovery (PR #33 by @lasmarois)

  • Analyzes previous session JSONL files
  • Finds last planning file update
  • Extracts unsynced conversation after that point
  • Automatic recovery when invoking /planning-with-files
  • Pure Python stdlib, no dependencies

Enhanced Hook

  • PreToolUse now includes Read/Glob/Grep operations
  • Better attention management during research phases

How It Works

When you run /planning-with-files:

  1. Checks ~/.claude/projects/ for previous session
  2. Finds last planning file update
  3. Shows catchup report with lost context
  4. You update files based on report + git diff

No setup required - works automatically.

Installation

/plugin install planning-with-files@planning-with-files

Thanks

  • @lasmarois - Session recovery implementation
  • Community testers

See CHANGELOG.md for full details.

Don't miss a new planning-with-files release

NewReleases is sending notifications on new releases.