diff --git a/api/cli/seed-changelog.php b/api/cli/seed-changelog.php index b5f0a85..02fec9e 100644 --- a/api/cli/seed-changelog.php +++ b/api/cli/seed-changelog.php @@ -49,7 +49,6 @@ $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 3230bae..2cfdbe5 100644 --- a/app/src/pages/faq.astro +++ b/app/src/pages/faq.astro @@ -18,10 +18,6 @@ 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 = {