web designer: Changelog self-log test
[published via task queue]
This commit is contained in:
parent
df5e5f9456
commit
d0924ffadf
2 changed files with 5 additions and 0 deletions
|
|
@ -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', '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');
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,10 @@ 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 = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue