Forums Feature Requests Thread

[Enhancement] Admin deep-dive (commerce/config): Editorial content editor has no AI wand on title/tagline/meta-description/body despite rich content fields

Patrick Bass · Jun 6 · 13 · 1 Locked
[Normal Priority] [Feature Enhancement] [Deployed to Production]
🚀 OP Jun 6, 2026 8:34pm

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

🚀 Jun 14, 2026 1:06am

Deployed. The editorial content editor now has a mobieusAI wand for drafting and refining posts. Live now.


Patrick Bass
@mobieus

Log in or register to reply to this thread.