From d0924ffadf23db36b829b40c104d3fd41f7091e1 Mon Sep 17 00:00:00 2001 From: Carlos Arias Date: Fri, 24 Jul 2026 02:46:57 +0000 Subject: [PATCH] web designer: Changelog self-log test [published via task queue] --- api/cli/seed-changelog.php | 1 + app/src/pages/faq.astro | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/api/cli/seed-changelog.php b/api/cli/seed-changelog.php index 02fec9e..b5f0a85 100644 --- a/api/cli/seed-changelog.php +++ b/api/cli/seed-changelog.php @@ -49,6 +49,7 @@ $entries = [ ['added', 'Image and video uploads', 'Drop in a photo or clip; it is optimised on upload and placed straight into the page.', '2026-07-23 23:40'], ['added', 'Projects built from a brief', 'Describe a project and hand over the images — the agent writes the case study, groups the skills, and captions each shot.', '2026-07-24 00:05'], ['added', 'The Web Designer agent', 'A design agent for any page: give it a brief — instructions, a draft, images, video links — and it designs and publishes, working through a task queue.', '2026-07-24 00:40'], + ['added', 'FAQ: agent logging noted', 'Added a question confirming that the agent records every change it makes to the public changelog.', '2026-07-24 02:46', 'Website Designer Agent'], ]; Db::execute('TRUNCATE TABLE cja_changelog'); diff --git a/app/src/pages/faq.astro b/app/src/pages/faq.astro index 2cfdbe5..3230bae 100644 --- a/app/src/pages/faq.astro +++ b/app/src/pages/faq.astro @@ -18,6 +18,10 @@ const faqs = [ q: "How can I get in touch?", a: "Point people to your contact page or email, and update this answer to match how you prefer to be reached.", }, + { + q: "Does the agent log its work?", + a: "Yes. Every change the agent makes is recorded in the public changelog so you can see exactly what was updated and when.", + }, ]; const jsonLd = {