agent-desktop/crates/core
Lahfir ca50261348 fix(session): degrade any unreadable manifest, not just symlinks
read_manifest already treated symlinked and corrupt-JSON manifests as a
skipped (None) entry, but a plain PermissionDenied on one session's
session.json propagated and aborted list_sessions — and therefore gc —
for every other session. Degrade all non-NotFound open/read errors the
same way so one restricted directory can no longer break enumeration or
garbage collection.
2026-07-01 07:03:03 -07:00
..
src fix(session): degrade any unreadable manifest, not just symlinks 2026-07-01 07:03:03 -07:00
Cargo.toml