the signals and their derived score are provisional and subject to change.
validate manually before sharing.
3a42b5d4eba3f8f4f4e30bb165c4e59a5365648a25a002c9e06f6ab9e97b29eb00728d5d8ea511ccAuthored: 9 months ago (Sat, 22 Nov 2025 12:35:15 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>AGENTS.mdTool: agents-md# AGENTS.md -- Guidance for AI Code-Generation Agents
## Project Overview
PgQueuer is a Python library that turns PostgreSQL into a job queue using `LISTEN/NOTIFY` for instant notifications and `FOR UPDATE SKIP LOCKED` for worker coordination. Supports async (asyncpg, psycopg) and sync (psycopg) drivers, with an in-memory adapter for testing. Python >=3.10, async-first, MIT-licensed.
## Project Structure
```
pgqueuer/ Core library (hexagonal architecture)
domain/ Pure domain:CLAUDE.mdTool: claude-code# CLAUDE.md
All project guidance lives in [AGENTS.md](AGENTS.md). Read that file for architecture, commands, code style, testing, and commit conventions.
none