gitzette / @dcramer / Mar 16 – Mar 22 W12
← W11 W12 W13 →
@dcramer — open-source digest March 16 – March 22, 2026
Vol. 1, No. 2 github.com/dcramer
the dispatch
@dcramer
junior gets routing clarity, sentry-mcp adds metrics, peated tracks releases
57 commits 60 PRs 3 releases 7 repos

Two releases, seven merged PRs across junior and sentry-mcp, plus infrastructure work in skills.

FEATURE

subscribed-thread routing now respects opt-out decisions

*Junior's message ingress no longer forces users into threads they've declined.*

Thread routing in junior was not checking whether users had opted out of subscribed-thread notifications. @dcramer's #107 adds that decision point to the routing layer, so a user's explicit opt-out now stays opted-out when messages arrive. This fixes the class of bug where routing logic and notification preferences live in separate codebases and sync lazily.

FEATURE

queue diagnostics now surface dropped work

*Silent thread exits in the message queue are now logged.*

@dcramer's #92 instruments the queue-to-thread handoff to detect when work is enqueued but never processed. The diagnostics log which jobs fell through, making it obvious when the thread pool size is too small or a consumer died without error. Before this, dropped messages just disappeared from logs entirely.

FEATURE

MCP tools can now be scoped to plugins

*Plugin-level tool registration prevents tool collisions across integrations.*

When multiple MCP plugins export tools with the same name, junior had no isolation mechanism. @dcramer's #93 adds plugin-scoped tool support, so each plugin can define its own tool namespace without shadowing others. This is table-stakes for a multi-skill agent architecture.

FEATURE

auth guidance now surfaces generically across skills

*Missing authentication no longer requires per-skill error handling.*

@dcramer's #106 refactors auth error responses so any skill can surface the same guidance when credentials are absent or invalid. Previously, each integration had to catch and reformat its own auth failures. Now junior speaks a single dialect of "you need to authenticate."

the dispatch — Vol. 1, No. 2 March 16 – March 22, 2026
RELEASE

cloudflare MCP server gains response and rate-limit metrics

*Observability hooks added for production monitoring of MCP latency and quota.*

The sentry-mcp cloudflare workers deployment lacked visibility into response times and rate-limit exhaustion. @dcramer's #848 emits metrics at the handler level, making it possible to alert on slow MCP calls or upstream quota pressure. Version 0.30.0 ships with this instrumentation live.

FEATURE

protected resource metadata removed from root MCP context

*MCP schema cleanup prevents overpromising capabilities.*

Root-level resource metadata in sentry-mcp was advertising protected fields that tools shouldn't expose. @dcramer's #839 strips that metadata from the schema, ensuring LLMs don't attempt to access attributes that require explicit tool support.

FEATURE

skill-writer path guidance now works across platforms

*Portable path handling removes OS-specific branches from skill definitions.*

@dcramer's #103 abstracts path construction so the skill-writer no longer needs to know whether it's running on Windows or Unix. This unblocks cross-platform skill development and reduces boilerplate in skill implementations.

FEATURE

whisky bottling records now track release-aware precision

*Bottle data distinguishes between vintages and standard releases.*

@dcramer's #295 adds release awareness to peated's bottle precision model, so the database can track whether a bottle is a year-specific vintage or a consistent standard release. This prepares the schema for finer-grained whisky metadata.

stats corner
57
commits
60
pull requests
3
releases
commits by repo
REPO COMMITS astro 30 peated 10 junior 10 sentry-mcp 3 skills 2 dotfiles 1 sentry 1
github stars
sentry
43,425
sentry-mcp
606
skills
454
peated
90
dotfiles
37
junior
33
astro
1
release timeline
MONTUEWEDTHUFRISATSUN sentry 26.3.0 sentry 26.3.1 sentry-mcp 0.30.0
repo index
  • astro
    Astrophotography Notes and Configs
    30 commits · 0 releases · ★ 1
  • peated
    10 commits · 0 releases · ★ 90
  • dotfiles
    My personal dotfiles
    1 commits · 0 releases · ★ 37
  • junior
    10 commits · 0 releases · ★ 33
  • sentry-mcp
    An MCP server for interacting with Sentry via LLMs.
    3 commits · 1 release · ★ 606
  • skills
    Agent Skills used by the Sentry team for development.
    2 commits · 0 releases · ★ 454
  • sentry
    Developer-first error tracking and performance monitoring
    1 commits · 2 releases · ★ 43425
gitzette @dcramer on gitzette @dcramer on GitHub
share: post on X share on LinkedIn

Your GitHub week, turned into something worth reading.

Generate your dispatch →
gitzette.online  ·  2026 © AISlopMedia, Inc.