Skip to content

Instantly share code, notes, and snippets.

View tompearson's full-sized avatar
💭
Vibe Programming

Tom Pearson tompearson

💭
Vibe Programming
  • Hillsboro, Oregon
View GitHub Profile

Community Moderation Rules

Purpose

Check whether a flagged post violates community guidelines.

When reviewing a post:

  • Read the post carefully.
  • Compare the content to each rule below.
  • If any rule is violated, say which one and why.
  • There are no specific "civil tone' guidelines but the goal of the guidelines is to create a safe, respectful inclusive space where neighbors can build stronger communities through constructive conversations. This platform is locally focused, not a place for discussing events in other states.
// Single source of truth for community guidelines - update here for all changes
const MODERATION_RULES = `# Community Moderation Rules (.cursorrules)
## Purpose
Check whether a flagged post violates community guidelines.
## When reviewing a post:
- Read the post carefully.
- Compare the content to each rule below.
- If any rule is violated, say which one and why.
@tompearson
tompearson / COMMIT_MESSAGE_v0.4.0-alpha.md
Created July 15, 2025 22:01
Initial commit message v0.4.0-alpha

feat: Add full-stack API with organized structure (v0.4.0-alpha)

Major Features Added

🏗️ Full-Stack Architecture

  • Express.js Server: Complete backend API implementation
  • API Folder Structure: Organized modular architecture
  • Middleware Support: Error handling and request processing
  • Utility Functions: Separated AI and guidelines logic