From 11789d91f1b88362c1088e6d9e3abc011e51f832 Mon Sep 17 00:00:00 2001 From: Alex Godoroja Date: Sun, 21 Jun 2026 15:46:10 -0700 Subject: [PATCH] motd: Sixtyfour app store banner (2026-06-21) Publish a message-of-the-day banner promoting the Sixtyfour app (io.pilot.sixtyfour). Active on 2026-06-21 (UTC); renders to feed-motd.json, which pilot-daemon polls. --- ...nstall-sixtyfour-from-the-pilot-app-sto.md | 11 +++++++++++ feed-motd.json | 19 ++++++++++++++++--- 2 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 entries/2026-06-21-motd-install-sixtyfour-from-the-pilot-app-sto.md diff --git a/entries/2026-06-21-motd-install-sixtyfour-from-the-pilot-app-sto.md b/entries/2026-06-21-motd-install-sixtyfour-from-the-pilot-app-sto.md new file mode 100644 index 0000000..4ccad99 --- /dev/null +++ b/entries/2026-06-21-motd-install-sixtyfour-from-the-pilot-app-sto.md @@ -0,0 +1,11 @@ +--- +date: 2026-06-21 +scope: motd +visibility: public +title: Install Sixtyfour from the Pilot app store — it turns a name, email, phone, or LinkedIn URL into a verified, fully-sourced profile, all as clean JSON on your own daemon. Get it with pilotctl appstore install io.pilot.sixtyfour. +flagged: false +links: [] +ids: [] +--- + +Message-of-the-day banner active on 2026-06-21 (UTC). The title above is shown verbatim by pilotctl. diff --git a/feed-motd.json b/feed-motd.json index a9c9bc9..e34118c 100644 --- a/feed-motd.json +++ b/feed-motd.json @@ -1,8 +1,21 @@ { "schema_version": 1, - "latest_entry_date": null, + "latest_entry_date": "2026-06-21", "window": "scope:motd", "include_private": false, - "count": 0, - "entries": [] + "count": 1, + "entries": [ + { + "id": "2026-06-21-motd-install-sixtyfour-from-the-pilot-app-sto", + "date": "2026-06-21", + "scope": "motd", + "visibility": "public", + "title": "Install Sixtyfour from the Pilot app store — it turns a name, email, phone, or LinkedIn URL into a verified, fully-sourced profile, all as clean JSON on your own daemon. Get it with pilotctl appstore install io.pilot.sixtyfour.", + "flagged": false, + "links": [], + "ids": [], + "body": "Message-of-the-day banner active on 2026-06-21 (UTC). The title above is shown verbatim by pilotctl.", + "excerpt": "Message-of-the-day banner active on 2026-06-21 (UTC). The title above is shown verbatim by pilotctl." + } + ] }