mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 09:01:19 +00:00
* feat: add TimeOfDayEnhancer post-processor Rule-based feed post-processor that reranks items by time period, day type, and calendar proximity. New package: @aris/feed-enhancers Co-authored-by: Ona <no-reply@ona.com> * fix: clamp boost values to [-1, 1] Additive layers can exceed the documented range. Co-authored-by: Ona <no-reply@ona.com> * fix: use TimeRelevance consts instead of strings Co-authored-by: Ona <no-reply@ona.com> --------- Co-authored-by: Ona <no-reply@ona.com>
2 lines
99 B
TypeScript
2 lines
99 B
TypeScript
export { createTimeOfDayEnhancer, type TimeOfDayEnhancerOptions } from "./time-of-day-enhancer.ts"
|