Collect remote sessions on the Mac - #116
Conversation
48dcb0c to
62fb9c7
Compare
|
I found two P1 cache problems:
When one agent fails or collection stops early, the manager saves and installs the incomplete result before it detects the limit. This action removes valid sessions from the last complete cache. Keep the last complete cache when
A settings change can keep the source ID and replace |
|
Addressed both P1 cache issues in 405eddf.
Added regression coverage for both cases. Verified with |
405eddf to
cd26d4a
Compare
|
Rebased onto Verified with |
Add optional remote settings, one-flight SFTP refresh, sanitized last-good caching, source-aware API responses, bounded health diagnostics, and stable unsupported action errors. All discovery and parsing runs locally; Linux only serves read-only SFTP data.
a58e7f7 to
60fa8f0
Compare
Context
Remote sessions are collected on macOS through SSH/SFTP, with all coSlash parsing and caching kept local. The architecture now clarifies the privacy-preserving cache boundary and compatibility behavior.
Changes
Test