github OthmanAdi/planning-with-files v2.15.1
v2.15.1 - Session Catchup Fix

latest releases: v2.43.0, v2.42.0, v2.41.0...
3 months ago

What's Fixed in v2.15.1

🐛 Bug Fix: Session Catchup False Positives

Fixed a bug where session-catchup.py in skill-distributed copies would emit false-positive catchup reports in projects without planning files.

What was happening:

  • The catchup script would run even in non-planning projects
  • It would fall back to recent messages and report "unsynced context" incorrectly
  • This caused noise in fresh sessions

What's fixed:

  • Added early return when no planning files exist in the project
  • Added early return when no planning update is found in the session
  • All 9 skill-distributed copies are now consistent with the root script behavior

Affected files (all fixed):

  • skills/planning-with-files/scripts/session-catchup.py
  • .adal/, .codebuddy/, .codex/, .continue/, .gemini/, .openclaw/, .opencode/, .pi/ copies

New Contributors

  • @gydx6 made their first contribution in #79

Full Changelog: v2.15.0...v2.15.1

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

NewReleases is sending notifications on new releases.