V41 Gate 1: Open Prompt Program Roadmap#160
Merged
geraldarthurdavis merged 1 commit intoMay 26, 2026
Merged
Conversation
Open the V41 Prompt and PromptPart excellence specification family over active V40 canon. Add the Gate 1 checker, package script, roadmap/docs posture, PR template, and gate/canon workflow wiring for active V40 / draft V41 validation. Validated with check:v41-gate1, V41 draft spec-family check, V40 canonical inputs, canon posture drift, source casing/import checks, @bitcode/protocol typecheck, and staged diff hygiene.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Closure
pnpm run check:v41-gate1;node scripts/check-bitcode-spec-family.mjs --version V41 --mode draft --current-target V40;node scripts/check-bitcode-canon-posture-drift.mjs --active-canon V40 --draft-target V41;node scripts/check-bitcode-canonical-inputs.mjs --current-target V40;node scripts/check-bitcode-spec-family.mjs --version V40 --mode promoted --current-target V40;bash scripts/find-uppercase-raw-promptparts.sh && bash scripts/check-import-casing.sh;pnpm --filter @bitcode/protocol typecheck;pnpm --filter @bitcode/protocol exec node --test --test-force-exit test/protocol-package-boundary.test.js;git diff --cached --check.