5 Commits

Author SHA1 Message Date
Ben
6dd4e3b6db refactor: compact report format with 85% confidence threshold
- Update report format to match Gemini-style table output
- Add confidence threshold (85% default) to filter noise
- Add --show-all flag to display all violations
- Combine quote and explanation in single Description column
- Much cleaner output: 12 high-confidence vs 51 total violations
2026-01-06 04:15:46 +00:00
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
e9479e442a feat: add EditThisCookie JSON format support for cookie import 2026-01-06 03:49:18 +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
b806ec8c83 Initial commit 2026-01-05 21:32:27 -06:00