github OthmanAdi/planning-with-files v2.20.0
v2.20.0 - Docs Consistency and Codex Session Catchup Fix

latest releases: v3.1.1, v3.1.0, v3.0.0...
3 months ago

Fixed

Codex session-catchup silent failure (PR #100 by @tt-a1i, fixes #94)

session-catchup.py in the Codex variant was scanning ~/.claude/projects even when running from a Codex context. Since Codex stores sessions under ~/.codex/sessions in a different format, this resulted in a silent no-op. The script now detects the Codex runtime from its own file path and prints a clear fallback message instead.

Docs broken links (PR #99 by @tt-a1i, fixes #95)

docs/opencode.md linked to .opencode/INSTALL.md which does not exist. docs/factory.md See Also links used incorrect ../skills/planning-with-files/ paths. Both corrected.

Examples used stale notes.md filename (PR #99 by @tt-a1i, fixes #96)

All examples.md files across 16 IDE copies referenced notes.md which was renamed to findings.md. Updated consistently across the entire IDE surface.

sync-ide-folders.py --help ran a sync instead of printing usage (PR #99 by @tt-a1i, fixes #98)

Replaced manual sys.argv parsing with argparse. --help now exits cleanly.

Changed

OpenCode README support label corrected (PR #99 by @tt-a1i, fixes #97)

Changed from Full Support to Partial Support with a session catchup note. README now matches what the docs actually say.

Contributors

  • @tt-a1i for the full consistency sweep across docs, examples, and tooling (PR #99, PR #100)

Full Changelog

https://github.com/OthmanAdi/planning-with-files/blob/master/CHANGELOG.md

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

NewReleases is sending notifications on new releases.