+- **Pi retrospective dream task no longer fails silently (#201).** On Pi, the `retrospective` task called `pi-coding-agent` session APIs that don't exist (`SessionManager.listSessions` and a public `loadEntriesFromFile`), so it threw "Pi session APIs unavailable" every run and reported "Skipped (no work)" — meaning Pi users got no retrospective learning at all. It now uses the correct `SessionManager.listAll` and reconstructs entries via the public `parseSessionEntries`. Thanks to @kachook for the fix.
0 commit comments