Skip to content

[codex] contributor-friendly foundation #196

[codex] contributor-friendly foundation

[codex] contributor-friendly foundation #196

Triggered via pull request August 30, 2026 04:10
Status Success
Total duration 21m 30s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
21m 25s
Format, Lint, Typecheck, Test, Browser Test, Build
Windows Process Regression
9m 10s
Windows Process Regression
Migration Lineage
12s
Migration Lineage
Release Smoke
18s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint-plugin-unicorn(no-array-sort): apps/server/src/provider/skillsCatalog.ts#L206
Use `Array#toSorted()` instead of `Array#sort()`.
eslint-plugin-unicorn(no-array-sort): apps/server/src/automation/Layers/AutomationService.test.ts#L4878
Use `Array#toSorted()` instead of `Array#sort()`.
eslint-plugin-unicorn(no-array-sort): apps/server/src/automation/Layers/AutomationService.test.ts#L4821
Use `Array#toSorted()` instead of `Array#sort()`.
eslint-plugin-unicorn(consistent-function-scoping): apps/server/src/automation/Layers/AutomationService.test.ts#L4192
Function `releaseLookups` does not capture any variables from its parent scope
eslint-plugin-unicorn(consistent-function-scoping): apps/server/src/automation/Layers/AutomationService.test.ts#L289
Function `releaseEvaluation` does not capture any variables from its parent scope
eslint-plugin-unicorn(no-useless-spread): apps/server/src/provider/opencodeRuntime.ts#L904
Using a spread operator here creates a new object unnecessarily.
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/storeNormalization.test.ts#L182
Function `byIdOf` does not capture any variables from its parent scope
eslint-plugin-unicorn(no-array-sort): apps/web/scripts/voice-processing-benchmark.ts#L110
Use `Array#toSorted()` instead of `Array#sort()`.
eslint(preserve-caught-error): apps/web/e2e/visibleBrowserMcp.e2e.ts#L351
There is no cause error attached to this new thrown error.