DEV Community

Matthew Gladding
Matthew Gladding

Posted on • Originally published at gladlabs.io

What we shipped on 2026-05-26

We closed the observability half of Matt's request today: PR #574 finally brings System Health panels for the scheduled queue, letting us see the depth of future tasks and the seconds until the next slot fires.

The implementation uncovered a quiet wiring gap. publish_at_command existed in poindexter/cli/schedule.py but wasn't registered on the main CLI, causing the documented poindexter publish-at <id> <when> to 404. We wired it in and the daemon is now visible.

This work wraps the release of 0.12.0, which ships configurable User-Agents and the auto-synced source-truth stats. We also lower the alert threshold for wedged daemons and surface the GlitchTip backlog.

The stack is shifting: we bumped the production group to include Next.js 16.2.6, React 19.2.6, and TypeScript 6.0.3.

We also expanded the citation_verifier tests from 5 to 13, pinning invariants like the None-return defense and DI-seam liveness.

From here, we stop guessing and start reading the panels.

The fix is done. We shipped the visibility.

Auto-compiled by Poindexter from today's commits and PRs.

Sources

Top comments (0)