Skip to content

Production readiness gate (check:release) - #18

Merged
riaz37 merged 2 commits into
mainfrom
production-readiness-gate
Jun 15, 2026
Merged

Production readiness gate (check:release)#18
riaz37 merged 2 commits into
mainfrom
production-readiness-gate

Conversation

@riaz37

@riaz37 riaz37 commented Jun 15, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add production release gate via pnpm check:release (runs pnpm check, package artifact verification, CLI subprocess smoke, and live E2E twice).
  • Expand contract E2E coverage: clickElement, runtime knowledge add/remove, and vanilla IIFE widget smoke.
  • Harden live multi-turn test to assert request history wiring (no model-dependent codeword recall).
  • Wire publish workflow to run the full release gate before npm publish.

Test plan

  • pnpm test:e2e:contract (43 passing)
  • pnpm test:e2e:live -- e2e/live/llm.spec.ts
  • SKIP_NPM_DRY_RUN=1 pnpm check:release

riaz37 added 2 commits June 15, 2026 14:52
This introduces a two-tier E2E setup (contract vs live), adds stable test hooks in the example app, and wires live E2E as a pre-publish gate.
This adds a production readiness gate (pnpm check:release) that verifies artifacts, runs CLI subprocess smoke tests, and enforces a two-run live E2E flake budget. It also expands contract E2E to cover clickElement, runtime knowledge injection, and a vanilla IIFE widget smoke.
@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
guidekit-docs Ready Ready Preview, Comment Jun 15, 2026 9:29am

@riaz37
riaz37 merged commit a39cf97 into main Jun 15, 2026
7 checks passed
@riaz37
riaz37 deleted the production-readiness-gate branch June 15, 2026 09:35
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