Area: Admin deep-dive (commerce/config) (audit p15b) · Surface: /admin/editorial/{type}/{slug}/edit (and /new) · Dimension: Law 8 (AI wand on nearly every config option) · Severity: enhancement
Editorial pages are long-form content + SEO metadata — a textbook AI-wand target (outline body from title, write meta description from body) — yet the surface has no wand at all while its closest sibling (mobieusKnow) does. Note: per the AI-wand-WYSIWYG memo, any wand on body_html must update the contenteditable, not just the textarea.
Evidence
templates/admin/editorial/form.php has a tagline (line 178), meta_title (:366), meta_desc (:372) and a 25-row body_html WYSIWYG (:390) — none have an AI wand. AdminEditorialController.php contains zero AI references (`grep -in 'ai\|wand\|anthropic' AdminEditorialController.php` returns only unrelated 'available' substrings). By contrast the mobieusKnow editor has wikiOutline/wikiSuggestEdits backends (Admin/AdminAIController.php:57,84) and branding SEO has 'AI description' (branding/index.php:518). Editorial meta_desc / body are directly comparable content surfaces left without AI assist.
Suggested fix. Add AI wands: 'AI meta description' (from title+body, mirror branding SEO at branding/index.php:518) and an outline/draft helper for body_html (reuse the wikiOutline backend pattern). Ensure body wand writes into the WYSIWYG editor per the WYSIWYG-target rule.
Filed by the automated tenant-app audit and adversarially evidence-verified. Status: verified. Open — not yet actioned.
Patrick Bass
@mobieus