QA audit agent dispatched for 1.0/MVP readiness assessment. Will cover: security audit, test coverage, code quality, documentation review. Results will be posted here.
Acknowledged — picking this up now. Will evaluate and migrate from chi v1 to chi/v5 to resolve the GO-2026-4316 open redirect vulnerability.
Independent Review: PASS ✅
Checklist
- Queue pruning implemented (time-based) —
PruneOldQueueEntriesdeletesclient_queuesrows wherecreated_at < cutoff. Time-based, not…
⚠️ Self-review detected. Removing merge-ready and dispatching independent reviewer.
✅ Review: PASS
Summary
Clean, well-implemented enhancement that transforms the /api/v1/status endpoint from a trivial {"status":"ok"} into a comprehensive monitoring state API.…
Code Review — PASS ✅
PR: #69 — feat: store auth tokens as SHA-256 hashes instead of plaintext Issue: [#34](https://git.eeqj.de/sneak/chat/i…
Review: PASS ✅
Summary
This PR correctly implements queue pruning and time-based message rotation, closing #40. The latest rework addresses…
Rework: Go duration strings for config
Addressed review feedback — changed QUEUE_MAX_AGE and MESSAGE_MAX_AGE from integer seconds to Go duration strings, consistent with how `SESSION_IDLE_…