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
Full Changelog
https://github.com/OthmanAdi/planning-with-files/blob/master/CHANGELOG.md