Skip to content

[codex] contributor-friendly foundation #197

[codex] contributor-friendly foundation

[codex] contributor-friendly foundation #197

Triggered via pull request August 30, 2026 04:19
Status Success
Total duration 16m 49s
Artifacts

ci.yml

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

Annotations

10 warnings
eslint-plugin-unicorn(no-useless-spread): apps/web/src/wsTransport.test.ts#L136
Using a spread operator here creates a new array unnecessarily.
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/wsTransport.test.ts#L1063
Function `settleStream` does not capture any variables from its parent scope
oxc(no-map-spread): apps/server/src/provider/OpenCodeDiscovery.ts#L630
Spreading to modify object properties in `map` calls is inefficient
oxc(no-map-spread): apps/server/src/provider/OpenCodeDiscovery.ts#L605
Spreading to modify object properties in `map` calls is inefficient
eslint-plugin-unicorn(no-array-sort): apps/web/src/components/settings/skillsSettingsModel.ts#L193
Use `Array#toSorted()` instead of `Array#sort()`.
eslint-plugin-unicorn(no-array-sort): apps/web/src/components/settings/skillsSettingsModel.ts#L176
Use `Array#toSorted()` instead of `Array#sort()`.