Commit Graph

2 Commits

Author SHA1 Message Date
Ben
e09f74578d fix: switch to OpenAI client for llm-proxy compatibility
- Replace Anthropic SDK with OpenAI SDK (proxy uses OpenAI-compatible API)
- Add combined post fetching to include hidden/moderated posts
- Update system prompt to be more thorough at catching violations
- Add --debug flag to CLI for troubleshooting
2026-01-06 03:58:08 +00:00
Ben
9d60f1a2fb 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
2026-01-06 03:40:56 +00:00