Commit Graph

2 Commits

Author SHA1 Message Date
Alexander Whitestone
9d11f218ee fix: date-only parsing for end_of_day boundary (all 97 tests pass)
Some checks failed
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 14s
Review Approval Gate / verify-review (pull_request) Failing after 3s
2026-04-11 20:49:20 -04:00
Alexander Whitestone
81b4616c03 feat(mnemosyne): add by_date_range and temporal_neighbors query methods
Closes #1244

- by_date_range(start, end, limit): entries within a date range
- temporal_neighbors(entry_id, window_days): entries near a reference in time
- _parse_datetime: handles ISO datetime and date-only strings
- Both methods sort results by temporal relevance
2026-04-11 20:46:55 -04:00