Skip to content

Fix v3.4.5 web interactions and enforce release gates - #176

Merged
munkyukim86 merged 1 commit into
mainfrom
fix/v345-ui-release-gate
Aug 22, 2026
Merged

Fix v3.4.5 web interactions and enforce release gates#176
munkyukim86 merged 1 commit into
mainfrom
fix/v345-ui-release-gate

Conversation

@munkyukim86

Copy link
Copy Markdown
Contributor

Restores all browser interactions by removing the malformed duplicate initialization block. Adds direct release-notes and dark-mode regression coverage, makes E2E blocking, validates JavaScript in Vercel and Docker builds, synchronizes v3.4.5 version surfaces, and replaces release-note statements not traceable to shipped changes. Local verification: 773 pytest passed, 2 skipped; 14 Playwright passed; JavaScript syntax passed; public-surface audit passed.

@vercel

vercel Bot commented Aug 22, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
factorforge-cds Ready Ready Preview Aug 22, 2026 3:37am

@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: d4b9a25506

ℹ️ 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 thread scripts/release.py
npx = "npx.cmd" if sys.platform.startswith("win") else "npx"
_run_step("web JavaScript syntax", [node, "--check", "web/js/app.js"])
_run_step("npm dependencies", [npm, "ci"])
_run_step("Playwright", [npx, "playwright", "test"])

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 Install Chromium before running Playwright in auto-release

On a clean release workstation, npm ci installs the Playwright package but not its Chromium executable, so this newly added call aborts Step 4 instead of exercising the web tests. The equivalent sequence in .github/workflows/e2e.yml explicitly runs npx playwright install --with-deps chromium after npm ci; add a browser-install step here before invoking Playwright so the required release path works without a pre-populated browser cache.

AGENTS.md reference: AGENTS.md:L135-L138

Useful? React with 👍 / 👎.

@munkyukim86
munkyukim86 force-pushed the fix/v345-ui-release-gate branch from d4b9a25 to 481b403 Compare August 22, 2026 03:37
@munkyukim86
munkyukim86 merged commit ef75e52 into main Aug 22, 2026
12 checks passed
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