Area: Files/photos (re-run) (audit p5r) · Surface: /admin/files/{id}/edit (AdminFileController@editFile → admin/files/edit.php) · Dimension: law8-ai-wand · Severity: minor
Same Law 8 gap as the area form: the admin file-edit description has no AI assist while the moderator-facing edit of the identical field does. The admin and moderator paths editing the same data should offer the same authoring affordances.
Evidence
platform/templates/admin/files/edit.php:131-133 — `<textarea name="description" id="fl-desc" class="fl-field__textarea" rows="5" placeholder="What does this file do?..."><?= $e($file['description'] ?? '') ?></textarea>` with no AI wand. The functionally-equivalent moderator edit at platform/templates/files/mod-edit.php:37-39 includes the post-toolbar AI wand on the same field.
Suggested fix. Add the post-toolbar partial / AI wand to the admin edit description textarea so it matches mod-edit.php.
Filed by the automated tenant-app audit and adversarially evidence-verified. Status: verified. Open — not yet actioned.
Patrick Bass
@mobieus