feat(discord-control): add private-channel and member-list admin API

This commit is contained in:
2026-02-25 16:09:14 +00:00
parent 0c6d8bb2c5
commit 867285309b
6 changed files with 283 additions and 1 deletions

View File

@@ -9,3 +9,6 @@
- Added containerization (`Dockerfile`, `docker-compose.yml`)
- Added helper scripts for smoke/dev lifecycle and rule validation
- Added no-touch config rendering and integration docs
- Added discord-control-api with:
- `channel-private-create` (create private channel for allowlist)
- `member-list` (guild members list with pagination)