docs: add planning/deferred-work.md register (records the OutboxRouter gap)#75
Merged
Merged
Conversation
Establish a long-tail register for items that are real but deliberately unscheduled (modeled on the sister project httpware's deferred-work.md). Seed it with the one forward-looking item surfaced by the 2026-06-12 audit: OutboxRouter doesn't forward dlq_table / metrics_recorder / routers to the inner broker, so FastAPI users can't enable the DLQ or recorder seam via the router (documented as a limitation in docs/usage/fastapi.md under P18). Parked with a revisit trigger; picking it up means a spec, not a drive-by. Linked from planning/README.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
planning/deferred-work.md— a long-tail register for items that are real but deliberately unscheduled, modeled on the sister project httpware'sdeferred-work.md. It's not a backlog; when an item is picked up it graduates to a spec/plan pair inactive/.Seeded with the one forward-looking item that surfaced from the 2026-06-12 audit (and which the user asked to capture rather than drop):
OutboxRouterdoesn't forwarddlq_table/metrics_recorder/routersto the inner broker — so a FastAPI user can't enable the DLQ or the metrics-recorder seam through the router at all. Already documented as a limitation indocs/usage/fastapi.md(P18, docs: resolve docs-audit improvements P1–P25 + source-side notes, archive findings #72). Parked with the revisit trigger ("concrete FastAPI + DLQ/observability demand") and a note that picking it up is a spec, not a drive-by (it has a real design surface).Linked from
planning/README.mdunder Other.Verification
just lint— clean.🤖 Generated with Claude Code