# Items Module

Item CRUD, image uploads, status management.

## Responsibilities
- Item CRUD (title, description, price, category, condition, etc.)
- Image upload via Spatie Media Library
- Status management (draft → active → sold/removed)
- Snap auto-publish endpoint

## Key Rules
- Every item is unique — no SKUs, no variants, no inventory counts
- Price is always in cents (integer)
- Status flow: draft → active → sold | removed
- Snap can publish directly to active (skipping draft)
- Images: thumb (200x200), medium (600x600), large (1200x1200), og (1200x630)
