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
Full Changelog: v2.15.0...v2.15.1