Skip to content

feat: complete Forkara runtime identity break #216

feat: complete Forkara runtime identity break

feat: complete Forkara runtime identity break #216

Triggered via pull request September 2, 2026 05:58
Status Success
Total duration 20m 48s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
20m 43s
Format, Lint, Typecheck, Test, Browser Test, Build
Windows Process Regression
3m 7s
Windows Process Regression
Migration Lineage
14s
Migration Lineage
Release Smoke
15s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(preserve-caught-error): apps/web/src/feedback.ts#L176
There is no cause error attached to this new thrown error.
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/acp-wire-benchmark.ts#L175
Use `Array#toSorted()` instead of `Array#sort()`.
eslint(no-unmodified-loop-condition): apps/server/scripts/acp-wire-benchmark.ts#L115
'stopped' is not modified in this loop.
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-array-sort): apps/server/scripts/cli.ts#L238
Use `Array#toSorted()` instead of `Array#sort()`.
oxc(no-map-spread): apps/server/src/provider/skillsCatalog.ts#L520
Spreading to modify object properties in `map` calls is inefficient
eslint-plugin-unicorn(no-array-sort): apps/server/src/provider/skillsCatalog.ts#L222
Use `Array#toSorted()` instead of `Array#sort()`.
eslint-plugin-unicorn(no-array-sort): apps/server/src/provider/skillsCatalog.ts#L206
Use `Array#toSorted()` instead of `Array#sort()`.