diff --git a/README.md b/README.md index 4e3c97c..8961ebf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # pilot-motd +> ## ⚠️ Deprecated — MOTD moved to [`pilot-changelog`](https://github.com/TeoSlayer/pilot-changelog) +> +> The message-of-the-day banner now rides the changelog's render pipeline as +> the `scope: motd` feed. Publish/clear banners there with +> `scripts/set-motd.sh` / `scripts/clear-motd.sh`; the daemon polls +> `https://raw.githubusercontent.com/TeoSlayer/pilot-changelog/main/feed-motd.json`. +> This repo is retained only for historical reference and is no longer the +> source `pilot-daemon` reads (as of the daemon release that flips the default +> feed URL). See `SCHEMA.md` in pilot-changelog. + Source of truth for the Pilot Protocol **message of the day (MOTD)** — a short notice shown ahead of every `pilotctl` command for one UTC calendar day at a time. Used for network-wide announcements: maintenance windows, incident diff --git a/motd.json b/motd.json index 602e5f9..ab4ef42 100644 --- a/motd.json +++ b/motd.json @@ -1,9 +1,4 @@ { "schema_version": 1, - "messages": [ - { - "date": "2026-06-16", - "text": "To view our service agents catalogue, send a message to list-agents" - } - ] + "messages": [] }