From 18db0de37b7f274b5d06e7e1e3f2f6370805d321 Mon Sep 17 00:00:00 2001 From: Carlos Arias Date: Fri, 24 Jul 2026 10:20:39 +0000 Subject: [PATCH] changelog: log the QA agent + sitemap coverage fix --- api/cli/seed-changelog.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/cli/seed-changelog.php b/api/cli/seed-changelog.php index 3187b81..c444f8b 100644 --- a/api/cli/seed-changelog.php +++ b/api/cli/seed-changelog.php @@ -54,6 +54,8 @@ $entries = [ ['fixed', 'Admin sign-in screen tidied', 'The login form and the signed-in panel no longer show at once; signing in now offers quick links to the Web Designer and projects.', '2026-07-24 02:36'], ['added', 'Changelog credits its authors', 'Every entry now shows who made the change — the site owner, or an agent that made it itself.', '2026-07-24 02:45'], ['added', 'The Web Designer logs its own work', 'Each change the design agent publishes is recorded here automatically, credited to the agent.', '2026-07-24 02:47'], + ['added', 'QA agent', 'Automated checks run against the live site on a heartbeat — links, images, the contact form, the API, and SEO — each surfaced with a one-click fix.', '2026-07-24 06:20'], + ['fixed', 'Sitemap now covers the whole site', 'Projects, services, resume, changelog, and FAQ are listed in sitemap.xml, so search engines can find every page.', '2026-07-24 06:25'], ]; Db::execute('TRUNCATE TABLE cja_changelog');