docs: Block 1 critical ship-blockers implementation plan#59
Merged
Conversation
Task-level plan for the five Block 1 items from the production-polish roadmap spec (docs/superpowers/specs/2026-04-23-production-polish- roadmap-design.md): - Task 1 — bounded multipart upload (MaxBytesReader + config knob) - Task 2 — refuse insecure default on non-loopback bind - Task 3 — bounded worker pool (new internal/workq package) - Task 4 — wire workq into upload handler + graceful drain - Task 5 — session cookie endpoint + middleware acceptance - Task 6 — UI switches to credentials: include + one-shot exchange - Task 7 — remove API-key meta-tag injection from SPA handler - Task 8 — scoped entity fetch via relationships.doc_id Every task follows TDD: failing test → implementation → passing test → commit. Each commit is PR-sized; tasks are independent except 3→4, 5→6 →7 (same ship-blocker). Co-Authored-By: Claude Opus 4.7 (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.
Summary
Task-level implementation plan for Block 1 of the production-polish roadmap (spec #58).
8 tasks, all TDD, PR-sized commits:
Out of scope
Blocks 2–7 of the spec (security headers, observability, UI polish, testing & CI, OSS surface). Each becomes its own plan before execution.
🤖 Generated with Claude Code