Matt

Results 104 issues of Matt

## Summary - extract image-processing functions into `detection/image_processing.py` - create a lightweight `cli.py` entrypoint - update stream processor and package exports - adjust setup entrypoint to new CLI ## Testing...

codex

## Summary - move profanity arrays to JSON files under `wordlists` - load JSON word lists in `profanity-wordlists.ts` ## Testing - `bun run --cwd packages/profanity-filter test` *(fails: Cannot find module...

codex

## Summary - add `server` package with Flask app factory and routes - move routes out of `api_server.py` - import `create_app` when launching the API ## Testing - `git status...

codex

## Summary - extract connection pool helpers into new `db/connection.py` - move SQL helpers into `db/queries.py` - shrink `postgresql_client.py` to a thin wrapper ## Testing - `python -m pytest -q...

codex