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
refactor(navigation): robust traversal logic and CI stability (#200)
- Fix getDateFromURI regression by using direct string prefix removal
for base path stripping, avoiding collisions with timestamps.
- Add explicit 'date' property to Input model to eliminate brittle
relative-offset math in navigation commands.
- Preserve active scope in Reader.loadEntryForInput.
- Standardize default weekly file pattern to 'week_${week}.${ext}'.
- Harden test mocks and integration suites for CI reliability.
Closes#200
0 commit comments