Area: mobieusKnow (audit p6) · Surface: mobieusKnow editor Tags field · Dimension: law-8-ai-wand · Severity: enhancement
The editor already wires AI into title (from body) and outline (from title). Tags are the natural next field — the body content needed to suggest tags is right there in textarea[name=content]. Adding an AI tag-suggester would round out Law 8 coverage for the editor's config options. Minor enhancement, not a violation, since five wiki AI features already exist.
Evidence
editor.php:165-170 Tags input has only a tags icon and placeholder 'guide, reference, tutorial' — no ai-assist button. Feature catalog (Features.php:199-258) has ai_wiki_title_suggest/outline/clarity/stale/suggested_edits but NO ai_wiki_tag_suggest.
Suggested fix. Add an ai_wiki_tag_suggest feature flag and an ai-assist button on the Tags field with data-ai-source=textarea[name=content], data-ai-target=input[name=tags], mode append. Keep both Features.php and FeatureCatalog.php in sync per the catalog-drift rule.
Filed by the automated tenant-app audit and adversarially evidence-verified. Status: verified. Open — not yet actioned.
Patrick Bass
@mobieus