Revert "web designer: Changelog self-log test"

This reverts commit d0924ffadf.
This commit is contained in:
Carlos Arias 2026-07-24 02:47:24 +00:00
parent d0924ffadf
commit 75dcfc3098
2 changed files with 0 additions and 5 deletions

View file

@ -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', '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', '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', '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'); Db::execute('TRUNCATE TABLE cja_changelog');

View file

@ -18,10 +18,6 @@ const faqs = [
q: "How can I get in touch?", 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.", 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 = { const jsonLd = {