docs: drop closed queue gap from README's Deno Deploy paragraph - #420
Conversation
#418 implemented the KV-backed queue emulation (#399), leaving only the object-storage adapter (#400) as the remaining gate for @dwk/deno-host. Follow-up to #419 per the review thread there. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019f72oJFhroHY4eDKj5uF3M
davidwkeith
left a comment
There was a problem hiding this comment.
Reviewed against CONTRIBUTING.md.
Content: accurate and well-scoped. The updated paragraph matches spec/packages/deno-host.md's current status verbatim — the SQL shim (#397), single-writer actor/alarm lease (#398), and KV-backed queue (#399) are implemented, and only the R2Bucket-equivalent object-storage adapter (#400) remains gated. Good follow-up to #419/#418.
Conventions: commit message and PR title use Conventional Commits (docs: ...); omitting a (scope) is reasonable here since this touches only the root README.md, not a package. PR body keeps the template's Summary / Packages affected / Checklist headings verbatim and gives one-line reasons for the inapplicable checklist items, per the contributing guide.
One minor nit: the "Ran the local CI gate" checklist item is checked [x], but its note says only npx prettier --check README.md was run, not the full pnpm lint && pnpm format:check && pnpm typecheck && pnpm build && pnpm test sequence. For a markdown-only change that's a reasonable shortcut, but CONTRIBUTING.md asks for inapplicable/partial items to be left unchecked with the one-line reason rather than checked — consider flipping that box to [ ] (or just running the full gate, which is cheap here). Not blocking; CI's own build-test/release-gate jobs will catch any real regression either way.
No other issues found.
Generated by Claude Code
|
Fixed the nit — ran the full local CI gate ( Generated by Claude Code |
Summary
@dwk/deno-host.README.mdso it no longer claims the queue gap is open — it now correctly states that only the object-storage (R2Bucket-equivalent) adapter (feat(deno-host): R2Bucket-shaped object storage adapter over an S3-compatible store #400) remains gated, matching the current state ofspec/packages/deno-host.md.Packages affected
None (root
README.mdonly — no publishable package touched).Checklist
spec/packages/and updated them if behaviour changed — not applicable, no behaviour changed; this reconciles the README withspec/packages/deno-host.md's already-current statesrc/*.test.ts) — not applicable, no code changedpnpm lint && pnpm format:check && pnpm typecheck && pnpm build && pnpm test— full gate passes (228 test files, 2759 tests)pnpm changeset) if this touches a publishable package — not applicable, no publishable package touchedcatalog.json/conformance/status.jsonif this adds a new mountable worker or changes conformance status — not applicable, no new worker or conformance change