chore: commit remaining workspace changes

This commit is contained in:
2026-05-08 21:51:29 +02:00
parent 8d108b8a76
commit ff96ef796e
97 changed files with 18020 additions and 2196 deletions

View File

@@ -233,7 +233,9 @@ Admin and maintenance commands print directly to the terminal.
Admins can review biographies in cPad at:
- `/cp/ai-biography`
- `/moderation/ai-biography`
The old `/cp/ai-biography` entry now redirects to the moderation surface.
This surface shows stored records, review flags, failures, hidden states, and rebuild controls.
@@ -396,12 +398,12 @@ It should not refresh just because of tiny download increments or ordering noise
### Admin cPad
- `GET /cp/ai-biography`
- `POST /cp/ai-biography/users/{user}/rebuild`
- `POST /cp/ai-biography/records/{biography}/approve`
- `POST /cp/ai-biography/records/{biography}/flag`
- `POST /cp/ai-biography/records/{biography}/hide`
- `POST /cp/ai-biography/records/{biography}/show`
- `GET /moderation/ai-biography`
- `POST /moderation/ai-biography/users/{user}/rebuild`
- `POST /moderation/ai-biography/records/{biography}/approve`
- `POST /moderation/ai-biography/records/{biography}/flag`
- `POST /moderation/ai-biography/records/{biography}/hide`
- `POST /moderation/ai-biography/records/{biography}/show`
## What the Public API Returns