Forums Feature Requests Thread

[Enhancement] mobieusKnow: Wiki editor Tags field has no AI suggestion despite content being available

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

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

🚀 Jun 7, 2026 11:17am

Shipped and deployed to production. Commit 06343588d8.

Wiki editor Tags field AI wand: ✦ AI reads the article title + first 200 chars of body and suggests 3-5 relevant tags. Gated by ai_forum_tag_suggest.

Closed as: deployed.


Patrick Bass
@mobieus

Log in or register to reply to this thread.