Commit graph

74 commits

Author SHA1 Message Date
github-actions[bot]
fd4ff16c80 chore: nightly telemetry refresh 2026-09-12 06:17:07 +00:00
github-actions[bot]
ec51fcbfb4 chore: nightly telemetry refresh 2026-09-11 06:17:04 +00:00
github-actions[bot]
ca980e7bc8 chore: nightly telemetry refresh 2026-09-10 06:17:04 +00:00
github-actions[bot]
ffbda27c4d chore: nightly telemetry refresh 2026-09-09 06:17:04 +00:00
github-actions[bot]
a7e4cbf6d9 chore: nightly telemetry refresh 2026-09-08 06:17:04 +00:00
github-actions[bot]
1854ab8482 chore: nightly telemetry refresh 2026-09-07 06:17:04 +00:00
github-actions[bot]
2725ceb26b chore: nightly telemetry refresh 2026-09-06 06:17:04 +00:00
github-actions[bot]
43f000e929 chore: nightly telemetry refresh 2026-09-05 06:17:04 +00:00
github-actions[bot]
a9a9e0a160 chore: nightly telemetry refresh 2026-09-04 06:17:04 +00:00
github-actions[bot]
97937a1b3a chore: nightly telemetry refresh 2026-09-03 06:17:04 +00:00
github-actions[bot]
4bd53c7560 chore: nightly telemetry refresh 2026-09-02 06:17:04 +00:00
github-actions[bot]
b0aac60bd6 chore: nightly telemetry refresh 2026-09-01 06:17:04 +00:00
github-actions[bot]
2bdb89a21e chore: nightly telemetry refresh 2026-08-31 06:17:04 +00:00
github-actions[bot]
f47579637d chore: nightly telemetry refresh 2026-08-30 06:17:04 +00:00
github-actions[bot]
65ba1099c4 chore: nightly telemetry refresh 2026-08-29 06:17:04 +00:00
github-actions[bot]
db708d97e8 chore: nightly telemetry refresh 2026-08-28 06:17:04 +00:00
github-actions[bot]
d253efee2d chore: nightly telemetry refresh 2026-08-27 06:17:04 +00:00
github-actions[bot]
b5ea1163aa chore: nightly telemetry refresh 2026-08-26 06:17:04 +00:00
github-actions[bot]
972e459db9 chore: nightly telemetry refresh 2026-08-25 06:17:04 +00:00
github-actions[bot]
25b8b16f2f chore: nightly telemetry refresh 2026-08-24 06:17:04 +00:00
github-actions[bot]
b305532c9a chore: nightly telemetry refresh 2026-08-23 06:17:04 +00:00
github-actions[bot]
853ec815b3 chore: nightly telemetry refresh 2026-08-22 06:17:04 +00:00
github-actions[bot]
353f10e95d chore: nightly telemetry refresh 2026-08-21 06:17:04 +00:00
github-actions[bot]
0244714b82 chore: nightly telemetry refresh 2026-08-20 06:17:04 +00:00
github-actions[bot]
0f380f8989 chore: nightly telemetry refresh 2026-08-19 06:17:04 +00:00
github-actions[bot]
0a461f922e chore: nightly telemetry refresh 2026-08-18 06:17:04 +00:00
github-actions[bot]
898e542923 chore: nightly telemetry refresh 2026-08-17 06:17:04 +00:00
github-actions[bot]
147996499b chore: nightly telemetry refresh 2026-08-16 06:17:04 +00:00
developtheweb@protonmail.com
dca6780143 chore: drop a stray __pycache__ artifact, ignore it
Committed by accident when the repaired scraper was exercised against the
live site — importing engine/nightly.py leaves a .pyc behind. Untracked and
ignored so the next test run cannot repeat it.
2026-08-15 04:58:33 -04:00
developtheweb@protonmail.com
0b31ebf801 fix(nightly): repoint feed to rss.xml, parse read-time, repair scraper
The FEED table had been frozen since 2026-07-08 — 37 nightly runs that all
went green while updating nothing. Both paths were dead at once, which is why
it left no trace: FEED_URL requested /feed.xml, which 404s (the site serves
/rss.xml), and the HTML fallback then matched zero articles because it looks
for a thumbnail alt= attribute and a Title-Case date, and the redesign has
neither — no feature images on the index, and uppercase abbreviated months.
It looked current only because no post has been published since July 2025, so
the four titles it froze with are still the four newest.

FEED_URL now points at the real feed, which also carries read-time in the
site's own namespace — so the meta column comes from the publisher instead of
being scraped back out of a page. The fallback is rewritten against the
markup the index actually emits: one `row` div holding an anchor and a `meta`
span.

Failures stay fail-safe and stop being invisible. A skipped section now emits
a GitHub Actions ::warning annotation that shows up in the run summary, plus
a count of how many sections did not update. A silent skip and a successful
run looked identical, and that is the whole reason this went unnoticed.

Verified against the live site: the fallback parses all 25 articles with
dates and read-times, and the feed path yields the same four rows the table
already shows.
2026-08-15 04:35:09 -04:00
github-actions[bot]
b9ffcc2456 chore: nightly telemetry refresh 2026-07-21 07:10:11 +00:00
github-actions[bot]
3ac4f5ed9f chore: nightly telemetry refresh 2026-07-20 07:22:30 +00:00
github-actions[bot]
c2ed58bb1e chore: nightly telemetry refresh 2026-07-19 07:08:30 +00:00
github-actions[bot]
79a0bdd76c chore: nightly telemetry refresh 2026-07-18 06:56:45 +00:00
github-actions[bot]
38644e546b chore: nightly telemetry refresh 2026-07-17 07:03:37 +00:00
github-actions[bot]
baa709f5e3 chore: nightly telemetry refresh 2026-07-16 07:06:31 +00:00
github-actions[bot]
722648490e chore: nightly telemetry refresh 2026-07-15 07:01:25 +00:00
github-actions[bot]
7d03b190ba chore: nightly telemetry refresh 2026-07-14 06:59:07 +00:00
github-actions[bot]
d7bcfff3f0 chore: nightly telemetry refresh 2026-07-13 07:25:03 +00:00
github-actions[bot]
6a2586d6f4 chore: nightly telemetry refresh 2026-07-12 07:08:47 +00:00
github-actions[bot]
d22d855481 chore: nightly telemetry refresh 2026-07-11 07:00:37 +00:00
github-actions[bot]
728826af78 chore: nightly telemetry refresh 2026-07-10 07:27:31 +00:00
github-actions[bot]
fc019b7fe4 chore: nightly telemetry refresh 2026-07-09 07:27:54 +00:00
github-actions[bot]
ee7edc426a chore: nightly telemetry refresh 2026-07-08 07:08:41 +00:00
github-actions[bot]
ba1f22cd14 chore: nightly telemetry refresh 2026-07-08 02:03:33 +00:00
github-actions[bot]
a48d1c2437 chore: demon sorted 12 bits (S lowered by @developtheweb) 2026-07-08 02:02:03 +00:00
developtheweb
c7b0d4ff3b feat: moonshot v2 profile redesign 2026-07-07 22:01:23 -04:00
developtheweb
7d68a667a2 feat: moonshot README — entropy engine, mission board, verified inventory 2026-07-07 22:01:12 -04:00
developtheweb
fe0a9ebff7 ci: nightly feed, stats, and entropy refresh; fix: snake workflow 2026-07-07 21:58:06 -04:00
developtheweb
3ebe545f10 ci: maxwell demon issue-click workflow 2026-07-07 21:54:36 -04:00