CmdForge/src/cmdforge/registry
rob cd4c0682e8 Add Request Changes feature for admin tool moderation
- Add POST /api/v1/admin/tools/{id}/request-changes endpoint
- Sets moderation_status to 'changes_requested' with feedback
- Extend /me/tools/{name}/status to return feedback when status is
  changes_requested or rejected
- Add Request Changes button and modal in admin pending UI
- Make changes modal draggable like other modals

This allows admins to send feedback to publishers instead of just
approving or rejecting tools outright.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 17:59:15 -04:00
..
__init__.py
app.py Add Request Changes feature for admin tool moderation 2026-01-16 17:59:15 -04:00
categorize.py
db.py Add registry improvements, tag filtering, and admin tools 2026-01-16 06:20:16 -04:00
rate_limit.py
scrutiny.py
settings.py Add admin configuration system and M3 content automation 2026-01-15 15:20:21 -04:00
similarity.py
stats.py Add ratings, reviews, and publisher reputation system 2026-01-14 03:12:31 -04:00
sync.py