feat: implement EVE Forum Moderator CLI tool

- Add structured forum rules from EVE moderation policy
- Implement cookie-based Discourse authentication
- Add async Discourse API client with rate limiting
- Implement Claude-powered rule violation analyzer
- Add rich terminal and Discourse-compatible markdown reports
- Create Click CLI with review and rules commands
This commit is contained in:
Ben
2026-01-06 03:40:56 +00:00
parent b806ec8c83
commit 9d60f1a2fb
15 changed files with 2654 additions and 2 deletions

3
reports/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
# Generated reports (user-specific, may contain PII)
*.md
!.gitkeep