Define forum rules in structured format #4

Closed
opened 2026-01-05 21:33:05 -06:00 by b3nw · 0 comments
Owner

Overview

Create a structured representation of EVE Forum Moderation Policy rules for LLM analysis.

Tasks

  • Create rules/forum_policy.md with full policy text
  • Create src/eve_mod/rules.py with structured rule definitions
  • Include rule ID, category, name, description, examples
  • Add severity guidelines for each rule type

Rule Categories

  1. Prohibited Conduct (1.x): Trolling, Flaming, Harassment, etc.
  2. Prohibited Content (2.x): RMT, Politics, Religion, etc.
  3. Other Rules (3-9): Non-constructive posting, tool abuse, etc.

Acceptance Criteria

  • Rules can be imported and iterated
  • Each rule has: id, category, name, description
  • Rules can be formatted for LLM system prompt
## Overview Create a structured representation of EVE Forum Moderation Policy rules for LLM analysis. ## Tasks - [ ] Create `rules/forum_policy.md` with full policy text - [ ] Create `src/eve_mod/rules.py` with structured rule definitions - [ ] Include rule ID, category, name, description, examples - [ ] Add severity guidelines for each rule type ## Rule Categories 1. **Prohibited Conduct (1.x)**: Trolling, Flaming, Harassment, etc. 2. **Prohibited Content (2.x)**: RMT, Politics, Religion, etc. 3. **Other Rules (3-9)**: Non-constructive posting, tool abuse, etc. ## Acceptance Criteria - Rules can be imported and iterated - Each rule has: id, category, name, description - Rules can be formatted for LLM system prompt
b3nw closed this issue 2026-01-05 21:41:13 -06:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: b3nw/eve-forum-moderator#4