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
fix: resolve merge conflict and fix CI test failures
- Resolve merge conflict in claude-config.mjs (keep try/catch fix)
- Normalize retentionDays in parity test HEAD baseline calls
- Add autoPurge: false to e2e stale trash test API calls
assert(overflowTrashList.totalCount===mtimeOnlyTrashList.totalCount+overflowExtraCount,'list-session-trash totalCount should reflect entries beyond the visible slice');
503
503
assert(overflowTrashList.items.length===200,'list-session-trash should keep the visible slice capped by limit');
504
504
assert(overflowTrashList.totalCount>overflowTrashList.items.length,'list-session-trash totalCount should stay larger than visible items when overflowing');
0 commit comments