Land v-cli: registry lifecycle verbs + pin v-pkg v0.1.0 + waterline (Phase A)#1
Merged
Merged
Conversation
The committed dist/v-registry.json carried only 7 pkg verbs (parse, decompose, assemble, roundtrip, canonicalize, lint, build). v-pkg's contract gained install/verify/uninstall in the M0a lifecycle work (T0a.3–T0a.5), so the aggregated registry was stale. Regenerate via `make registry`. This also pulls m-driver-sdk v0.3.0 into v-cli's module graph (go mod tidy) — v-pkg's pkgcli now imports mdriver.Client for the lifecycle verbs, an edge v-cli didn't yet carry. check-registry drift gate + full `make check` (vet, lint, race, build) green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add repo.meta.json with "layer": "v" so `m arch check` reads v-cli's side of the m/v waterline. The `v` umbrella is VistA-specific; it passes G1 trivially (v → m allowed) but carries the tag so the gate runs everywhere. The layer is a repo property, so it lives in repo.meta.json (not the generated, aggregate dist/v-registry.json). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add the arch job calling vista-cloud-dev/.github arch-waterline.yml@main, so `m arch check` (the G1 dependency-direction gate) runs in CI on every push/PR — the ADR §3.3 'no exception' enforcement, not just the local make gate. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
v-pkg is now a tagged release (v0.1.0), so v-cli pins it instead of the dev `replace => ../v-pkg`. The replace made go-ci red in CI (the sibling path doesn't exist in an isolated checkout) and tripped the waterline G4 seam-pin rule. Registry unchanged (same v-pkg contract); full `make check` green. 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.
Phase A stabilization. Lands v-cli's accumulated work to main: the v-registry.json regen (pkg install/verify/uninstall verbs), the waterline layer-v tag + arch CI caller (+ first ci.yml), and the dev
replace => ../v-pkgswapped for the pinnedv-pkg v0.1.0tag (unblocks go-ci in CI; satisfies the G4 seam-pin rule).