Skip to content

docs(migration): define architecture rollout rules (#193) #244

docs(migration): define architecture rollout rules (#193)

docs(migration): define architecture rollout rules (#193) #244

Triggered via push September 5, 2026 18:47
Status Success
Total duration 22m 55s
Artifacts

ci.yml

on: push
Format, Lint, Typecheck, Test, Browser Test, Build
22m 50s
Format, Lint, Typecheck, Test, Browser Test, Build
Windows Process Regression
7m 19s
Windows Process Regression
Migration Lineage
10s
Migration Lineage
Release Smoke
16s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint-plugin-unicorn(consistent-function-scoping): apps/desktop/src/browserAutomation/waitAndEvaluate.test.ts#L102
Function `combinations` does not capture any variables from its parent scope
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/storeProjection.test.ts#L1718
Function `makeEmptyShellSnapshot` does not capture any variables from its parent scope
eslint-plugin-unicorn(no-useless-spread): apps/desktop/src/browserAutomation/desktopBrowserAutomationHost.ts#L378
`Promise.allSettled` accepts an iterable, so it's unnecessary to convert the iterable to an array.
oxc(no-map-spread): apps/server/src/codexAppServerManager.ts#L2368
Spreading to modify object properties in `map` calls is inefficient
eslint-plugin-unicorn(no-useless-spread): apps/server/src/codexAppServerManager.ts#L4225
Using a spread operator here creates a new object unnecessarily.
eslint-plugin-unicorn(no-array-reverse): apps/server/src/codexAppServerManager.ts#L4066
Use `Array#toReversed()` instead of `Array#reverse()`.
eslint(preserve-caught-error): apps/web/e2e/visibleBrowserMcp.e2e.ts#L351
There is no cause error attached to this new thrown error.