feat: add visual quality rules to frontend-developer agent + new screenshot page

This commit is contained in:
NW
2026-05-13 16:54:29 +01:00
parent 2287122f91
commit f65bbf9420
2 changed files with 28 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ const VIEWPORTS = [
const PAGES = [
{ name: 'homepage', path: '/' },
{ name: 'admin-login', path: '/admin/login' },
{ name: 'product', path: '/product.php?slug=domo-glamping-pvc-d5m' },
];
const SCREENSHOT_BASE = path.join(__dirname, '..', 'visual');