V34 Gate 2: Host Capability And Environment Lane Catalog#78
Merged
geraldarthurdavis merged 1 commit intoMay 22, 2026
Merged
Conversation
Adds package-owned DeploymentHostCapabilityCatalog and EnvironmentLaneContract builders for website, API, MCP API, ChatGPT App, workers, observers, broadcasters, proof services, repair jobs, object storage, database projection, ledger projection, and environment lanes. Generates source-safe V34 host/lane artifacts, wires Gate 2 checks into package scripts and gate-quality workflow, updates V34 spec/roadmap parity, and covers value-bearing mainnet as blocked_future_canon_required. Validation: pnpm run check:v34-gate2; pnpm run check:v34-gate1; pnpm --filter @bitcode/btd typecheck; pnpm --filter @bitcode/btd test; pnpm --filter @bitcode/protocol test; node scripts/check-bitcode-spec-family.mjs --version V34 --mode draft --current-target V33; node scripts/check-bitcode-canonical-inputs.mjs --current-target V33; node scripts/check-bitcode-canon-posture-drift.mjs --active-canon V33 --draft-target V34; node scripts/check-v33-gate10-promotion-readiness.mjs --promotion-mode --skip-branch-check; git diff --check
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
geraldarthurdavis
deleted the
v34/gate-2-host-capability-environment-lanes
branch
May 22, 2026 22:22
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
Validation