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
feat(motd): source banners from pilot-changelog feed-motd.json (#285)
Move the message-of-the-day source off the bespoke pilot-motd repo and
onto pilot-changelog's existing render pipeline. The daemon now polls
feed-motd.json — the `scope: motd` per-scope output of the changelog —
where each entry's `date` is the active UTC day and `title` is the
banner text.
- internal/motd: parse the pilot-changelog feed shape (entries[].title
-> banner text); default feed URL -> pilot-changelog feed-motd.json.
Selection, mirroring, UTC re-validation, and the CLI banner /
important_update / info surfaces are all unchanged.
- tests: parse the real feed-motd.json entry shape (extra fields
ignored); updated fixtures to the new shape.
- docs/motd.md, CHANGELOG [Unreleased]: note the source move.
No user-visible behavior change; only the source feed and its shape
move. Pairs with TeoSlayer/pilot-changelog (adds the motd scope).
Co-authored-by: Alex Godoroja <alex@vulturelabs.io>
0 commit comments