docs: add pre-carve go/no-go runbook - #641
Merged
Merged
Conversation
Assert both cut gates green (runtime venue-agnostic, cow on the generic seam), confirm the WIT reshapes complete and videre:* additively extensible, and document the carve procedure, cross-repo wiring, the force-replace decision, and the second-venue de-gate.
Section 2 named three shepherd crates (shepherd-cow-host, shepherd-sdk-test, shepherd-backtest) that do not exist anywhere in the tree; replace with the actual shepherd bundle contents (composable-cow, ethflow-watcher, twap-monitor, orderbook-mock). Section 4 undercounted the open dependabot PRs on the carve targets: actual is 14 (8 on nexum-runtime, 6 on videre-nexum-module), not 12. All four go/no-go gates independently re-run and confirmed GREEN; no changes to section 1.
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
docs/design/pre-carve-runbook.md, the go/no-go runbook for the pre-carve gate (#406).It documents the four gates (A: runtime venue-agnostic, B: cow on the generic seam, C: WIT reshapes complete, D: videre:* additively extensible) as GREEN, the three-repo carve procedure (#407) via git-filter-repo, cross-repo wiring at the cut (path-deps to pinned git-tag refs, wit-deps to pinned tarballs), the force-replace decision for the already-diverged carve targets (#549), the additive-extensibility guard (#410), and sign-off criteria.
Why
The carve (#407) must not start until every gate is independently confirmed GREEN and the procedure is written down. This runbook is that precondition, single document merged before any git-filter-repo extraction begins.
Testing
Worked in a disposable worktree off /code/nxm/runtime (shepherd repo), branch docs/406-pre-carve-runbook, base commit 3a9f8f8.
Independently re-ran all three gate scripts under nix develop: check-venue-agnostic.sh (exit 0, all PASS incl. crate graphs, symbol scan, no privileged router field, no foreign WIT namespace, nexum:host standalone), check-cow-orderbook-only.sh (exit 0, cow-venue symbol scan empty -- not cited by the doc but requested), check-carve-groups.sh (exit 0, 'carve-groups: OK' -- doc quotes the tool's real em-dash as ASCII '--', correctly per house rules).
rg pool_router -g '.rs' (repo-wide and nexum/-scoped): no matches, matching doc. rg CowApiHost -g '.rs': no matches in code, only the documented ADR hit.
Models used: sonnet (authoring, verification, this PR).
Closes #406.