Skip to content

docs(migration): define architecture rollout rules #243

docs(migration): define architecture rollout rules

docs(migration): define architecture rollout rules #243

Triggered via pull request September 5, 2026 18:28
Status Success
Total duration 18m 53s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
18m 50s
Format, Lint, Typecheck, Test, Browser Test, Build
Windows Process Regression
3m 43s
Windows Process Regression
Migration Lineage
13s
Migration Lineage
Release Smoke
23s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/lib/threadHandoff.test.ts#L127
Function `readyStatus` does not capture any variables from its parent scope
eslint-plugin-unicorn(no-array-sort): apps/server/scripts/orchestration-thread-replay-benchmark.ts#L54
Use `Array#toSorted()` instead of `Array#sort()`.
eslint-plugin-unicorn(no-array-sort): apps/server/scripts/cli.ts#L238
Use `Array#toSorted()` instead of `Array#sort()`.
eslint-plugin-unicorn(consistent-function-scoping): apps/desktop/src/browserAutomation/waitAndEvaluate.test.ts#L111
Function `referenceMatch` does not capture any variables from its parent scope
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(no-array-sort): apps/server/scripts/provider-runtime-journal-benchmark.ts#L56
Use `Array#toSorted()` instead of `Array#sort()`.
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.
eslint-plugin-unicorn(no-array-sort): apps/server/src/editorAppDiscovery.ts#L225
Use `Array#toSorted()` instead of `Array#sort()`.
oxc(no-map-spread): apps/server/src/keybindings.ts#L729
Spreading to modify object properties in `map` calls is inefficient