You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Step 1 session cache GC uses hard-coded relative paths, including Cueboard-specific macOS build output such as frontend/macos/.build/DerivedData. This is acceptable for the initial cleanup PR, but future macOS/iOS repos may use different layouts.
Add configuration for session cache GC target paths, with safe defaults and platform guards. Consider:
Follow-up from PR #60 review.
The Step 1 session cache GC uses hard-coded relative paths, including Cueboard-specific macOS build output such as
frontend/macos/.build/DerivedData. This is acceptable for the initial cleanup PR, but future macOS/iOS repos may use different layouts.Add configuration for session cache GC target paths, with safe defaults and platform guards. Consider:
Related PR: #60