V37 Gate 10: Conversation Promotion Readiness#120
Merged
Conversation
Adds package-owned ConversationPromotionReadinessReport source and deterministic V37 readiness artifact. Wires V37 promotion generation, proven output support, promotion workflow validation, and V37-to-V38 runtime posture checks. Updates the V37 specification family, roadmap, and repository documentation for Gate 10 closure.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Restore the roadmap current working gate to V37 Gate 10 until the promotion-readiness pull request is merged, while retaining V38 as the next queued gate after promotion. Regenerate the V37 promotion-readiness artifact so its source evidence digest matches the roadmap fix.
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
ConversationPromotionReadinessReportand deterministic.bitcode/v37-promotion-readiness-report.jsonfor V37 Gate 10.promote-bitcode-canon/spec-family promotion support, andv37-canon-promotion.yml.Validation
pnpm run check:v37-promotion-readinessnode --test --test-force-exit packages/protocol/test/v37-promotion-readiness.test.jspnpm run check:v37-gate10node scripts/check-v37-gate10-promotion-readiness.mjs --promotion-mode --skip-branch-checknode scripts/promote-bitcode-canon.mjs --version V37 --commit HEAD --dry-runnode scripts/generate-bitcode-proven.mjs --version V37 --commit HEAD --worktree-state dirty-preview --dry-run --allow-dirtynode scripts/check-bitcode-spec-family.mjs --version V37 --mode draft --current-target V36node scripts/check-bitcode-canonical-inputs.mjs --current-target V36node scripts/check-bitcode-canon-posture-drift.mjs --active-canon V36 --draft-target V37pnpm --filter @bitcode/protocol typecheckpnpm --filter @bitcode/protocol testpnpm --dir uapi exec jest --runTestsByPath tests/api/conversationSessionRouteHistory.test.ts tests/api/conversationSessionRouteHistoryContract.test.ts tests/api/conversationStreamEventContract.test.ts tests/conversationStreamPipelineLog.test.tsx tests/conversationWritingWorkspace.test.tsx tests/conversationSourceSelector.test.tsx tests/conversationTerminalHandoff.test.tsx tests/api/conversationPersistencePrivacyRedaction.test.ts tests/conversationPersistencePrivacyPanel.test.tsx tests/api/conversationTelemetryProofHooks.test.ts tests/conversationTelemetryProofPanel.test.tsx tests/api/conversationRehearsal.test.ts tests/conversationRehearsalPanel.test.tsx --runInBandgit diff --checkNotes
packages/agent-generics/src/steps/factories.tshad pre-existing local modifications and is intentionally not included.