agent-queue 0.2.0

Production-grade background agent job queue system
Documentation
1
2
3
4
5
6
7
8
# Changelog

## [Unreleased]
### Fixed
- [JQ-1] `cancel_job()` TOCTOU race condition: replaced two-step SELECT+UPDATE with atomic UPDATE+affected check
- [PATH-1] Path dependency normalized from `../../Libraries/stack-ids` to `../stack-ids`
### Added
- Test for cancel-after-complete returning accurate status