Parity execution plan (phased) — for review - #44
Open
MichaelLeeHobbs wants to merge 1 commit into
Open
Conversation
Turns the ranked gaps in doc 12 into 8 review-sized phases (P1-P8), each a
single PR with real-message E2E + unit tests. Reflects D-182 decisions.
Recommends a momentum-first sequence (mediums P1-P5, then the large
architectural phases P6 DB / P7 File schemes / P8 SOAP) so the reusable
${} substitution helper and generalized cert-resolver exist before the big
phases consume them.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01F1ad6jb5mCYxzFVXHbksqi
There was a problem hiding this comment.
Pull request overview
Adds a new phased execution plan (P1–P8) for closing the remaining “doc-12 connector parity” gaps, capturing sequencing rationale, test expectations (unit + real-message E2E), risks, and cross-cutting infra/dependency notes.
Changes:
- Introduces a phase-by-phase PR plan for remaining connector parity gaps (TLS, HTTP dispatcher, TCP framing, binary path, Document Writer, multi-vendor DB, File schemes, SOAP).
- Documents recommended sequencing (“momentum-first”) and summarizes cross-cutting test infra/dependency impacts.
- Provides a rough effort table to track scope and expected new infra/deps per phase.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ## 4. Cross-cutting | ||
|
|
||
| - **Test infra:** P6/P7 need new docker `--profile test` services (mysql, mssql, ftp, smb, minio); the integration-lane gate pattern (`integration/gates.ts`) extends cleanly. |
| | P2 HTTP dispatcher | 5 | M | — | | ||
| | P3 TCP framing | 3 | M | — | | ||
| | P4 Binary type | 10 | M | — | | ||
| | P5 Document Writer | 7 | M | pdf-lib | |
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.
Phases the remaining doc-12 connector-parity gaps into 8 review-sized PRs (P1-P8), each fully tested. See docs/design/15-parity-execution-plan.md. Recommends the momentum-first sequence. No code — plan only.
🤖 Generated with Claude Code