Skip to content

feat: complete Forkara runtime identity break #215

feat: complete Forkara runtime identity break

feat: complete Forkara runtime identity break #215

Triggered via pull request September 2, 2026 05:44
Status Failure
Total duration 13m 11s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
13m 6s
Format, Lint, Typecheck, Test, Browser Test, Build
Windows Process Regression
10m 51s
Windows Process Regression
Migration Lineage
14s
Migration Lineage
Release Smoke
19s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
Format, Lint, Typecheck, Test, Browser Test, Build
Process completed with exit code 1.
src/agentGateway/mcpInjection.test.ts > agent gateway MCP injection > detects real TOML table headers, ignoring comments and strings: apps/server/src/agentGateway/mcpInjection.test.ts#L161
AssertionError: expected false to be true - Expected + Received - true + false ❯ src/agentGateway/mcpInjection.test.ts:161:12
Format, Lint, Typecheck, Test, Browser Test, Build
command (/home/runner/work/forkara/forkara/apps/server) /home/runner/.bun/bin/bun run test exited (1)
eslint-plugin-unicorn(no-array-sort): apps/server/src/externalMcp/overview.ts#L58
Use `Array#toSorted()` instead of `Array#sort()`.
eslint(no-unmodified-loop-condition): apps/server/src/externalMcp/bridge.test.ts#L520
'slowStarted' is not modified in this loop.
eslint(no-unmodified-loop-condition): apps/server/src/externalMcp/bridge.test.ts#L464
'requestStarted' is not modified in this loop.
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/chat/environment/EnvironmentProjectInstructionsSection.tsx#L93
React hook useEffect depends on `flush`, which changes every render
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/chat/environment/EnvironmentProjectInstructionsSection.tsx#L87
React hook useEffect depends on `flush`, which changes every render
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/composerDraftStore.attachments.test.ts#L857
Function `attachmentFor` does not capture any variables from its parent scope
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/composerDraftStore.attachments.test.ts#L574
Function `persistedAttachment` does not capture any variables from its parent scope
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/lib/dockPaneActivation.test.ts#L66
Function `createScheduler` does not capture any variables from its parent scope
oxc(no-map-spread): apps/server/src/externalMcp/Layers/ExternalMcpGateway.ts#L351
Spreading to modify object properties in `map` calls is inefficient
eslint-plugin-unicorn(no-array-reverse): apps/server/src/persistence/MigrationBackup.ts#L817
Use `Array#toReversed()` instead of `Array#reverse()`.