Skip to content

V47 Gate 2: Feature Excess And Alignment Audit#234

Merged
geraldarthurdavis merged 1 commit into
version/v47from
v47/gate-2-feature-excess-alignment-audit
Jun 5, 2026
Merged

V47 Gate 2: Feature Excess And Alignment Audit#234
geraldarthurdavis merged 1 commit into
version/v47from
v47/gate-2-feature-excess-alignment-audit

Conversation

@geraldarthurdavis

Copy link
Copy Markdown
Contributor

Summary

  • Adds the package-backed V47 feature-excess alignment audit and generated source-safe artifact.
  • Classifies launch, supporting, compatibility, deferred, and blocked surfaces for the website-first V47 testnet launch.
  • Rewrites launch-facing Terminal/Exchange CTAs into Read/Packs, keeps Terminal direct entry flaggable, and tightens BTD wording to scalar-volume plus settled-rights semantics.
  • Wires Gate 2 scripts, package exports, tests, workflows, and V47 spec/roadmap closure text.

Validation

  • node scripts/check-v47-gate2-feature-excess-alignment-audit.mjs --skip-branch-check
  • node scripts/check-v47-gate1-scope-measurement-launch-freeze.mjs --skip-branch-check
  • node scripts/check-bitcode-spec-family.mjs --version V47 --mode draft --current-target V46
  • node scripts/check-bitcode-canonical-inputs.mjs --current-target V46
  • node scripts/check-bitcode-canon-posture-drift.mjs --active-canon V46 --draft-target V47
  • node scripts/run-bitcode-spec-quality.mjs --mode basic
  • pnpm --filter @bitcode/protocol test
  • pnpm --dir packages/protocol exec node --test --test-force-exit test/v47-feature-excess-alignment-audit.test.js
  • pnpm --dir uapi exec jest --runTestsByPath tests/packsPageClient.test.tsx tests/readPageClient.test.tsx tests/depositPageClient.test.tsx --runInBand
  • pnpm --dir uapi exec tsc --noEmit
  • pnpm --dir uapi lint
  • pnpm --dir uapi build
  • git diff --check
  • redacted changed-file secret-pattern scan

Classify V47 website launch, supporting, compatibility, and deferred surfaces with a package-backed feature-excess audit artifact.

Rewrite launch-facing Terminal and Exchange entrypoints into Read and Packs, keep Terminal direct entry feature-flaggable, and tighten BTD wording to scalar volume plus settled rights.

Wire Gate 2 generation, package exports, tests, workflow checks, and future-tolerant V46 rehearsal roadmap posture.
@vercel

vercel Bot commented Jun 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
engi-uapi Ready Ready Preview, Comment Jun 5, 2026 4:33pm

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 46ee86103c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +104 to +105
{ mode: 'read-assetpack', target: '/read?intent=submit-read-for-btd', gate: 'V47' },
{ mode: 'packs-existing-btd', target: '/packs?intent=buy-existing-btd', gate: 'V47' },

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove gate-version tags from runtime intent

In runtime UI state, these gate: 'V47' fields explicitly version source behavior; the repo instruction in AGENTS.md says source code must stay implicitly versioned to the active canon and must not introduce version/gate source constructs unless explicitly needed for a bounded compatibility artifact. When this sessionStorage payload is consumed later, it can preserve stale V47 semantics after the canon advances instead of using the current Read/Packs acquisition contract.

Useful? React with 👍 / 👎.

@geraldarthurdavis
geraldarthurdavis merged commit 76f6556 into version/v47 Jun 5, 2026
29 checks passed
@geraldarthurdavis
geraldarthurdavis deleted the v47/gate-2-feature-excess-alignment-audit branch June 5, 2026 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant