Area: Admin deep-dive (commerce/config) (audit p15b) · Surface: /admin/economy (AdminEconomyController@index) · Dimension: documentation · Severity: minor
The tenant-admin Credit Economy dashboard (AdminEconomyController) is a live feature gated on the credit_system flag, but mobieusKnow has no article documenting it. Law 7 (every user-facing feature documented in mobieusKnow) is violated. Admins viewing circulation, Gini coefficient, and anomaly flags have no reference explaining what the metrics mean.
Evidence
Controller is a real, non-policy-disabled feature: /home/patrick/mobieus-io/platform/src/Controllers/AdminEconomyController.php:15 `->require('credit_system')` and :23 `requireRole(4)`; renders 'Credit Economy' dashboard (circulation, monthly flow, earn/sink, Gini coefficient, anomaly flags) at :41-44. No wiki article exists: `curl -sL https://support.mobieus.io/know/admin-economy` -> HTTP 404 (title '404 — Nothing here'); `/know/economy` -> HTTP 404. Search confirms absence: `curl https://support.mobieus.io/know/search?q=economy` returns zero /know/ result links; `q=gini coefficient` and `q=credit economy` both return NONE. The know index (/know/index, HTTP 200) lists no Economy article under 'Admin & Configuration' or 'Monetization'.
Suggested fix. Author /know/admin-economy (slug e.g. 'admin-economy' or 'credit-economy') covering the dashboard: what circulation / monthly earn-sink flow / Gini coefficient / anomaly flags mean, the 1h cache, and how it ties to the credit_system feature. Add it to the index under Monetization.
Filed by the automated tenant-app audit and adversarially evidence-verified. Status: verified. Open — not yet actioned.
Patrick Bass
@mobieus