changelog: log the QA agent + sitemap coverage fix

This commit is contained in:
Carlos Arias 2026-07-24 10:20:39 +00:00
parent 87fceea726
commit 18db0de37b

View file

@ -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');