fix(ci): hoist effect-language-service prepare hook to root (#2497) #296
ci.yml
on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
18m 43s
Release Smoke
35s
Annotations
10 errors and 10 warnings
|
integration/orchestrationEngine.integration.test.ts > forwards thread.turn.interrupt to claudeAgent provider sessions:
apps/server/integration/orchestrationEngine.integration.test.ts#L1204
Error: Test timed out in 60000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ integration/orchestrationEngine.integration.test.ts:1204:4
|
|
integration/orchestrationEngine.integration.test.ts > forwards claudeAgent approval responses to the provider session:
apps/server/integration/orchestrationEngine.integration.test.ts#L1118
Error: Test timed out in 60000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ integration/orchestrationEngine.integration.test.ts:1118:4
|
|
integration/orchestrationEngine.integration.test.ts > recovers claudeAgent sessions after provider stopAll using persisted resume state:
apps/server/integration/orchestrationEngine.integration.test.ts#L986
Error: Test timed out in 60000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ integration/orchestrationEngine.integration.test.ts:986:4
|
|
integration/orchestrationEngine.integration.test.ts > starts a claudeAgent session on first turn when provider is requested:
apps/server/integration/orchestrationEngine.integration.test.ts#L917
Error: Test timed out in 60000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ integration/orchestrationEngine.integration.test.ts:917:4
|
|
integration/orchestrationEngine.integration.test.ts > appends checkpoint.revert.failed activity when revert is requested without an active session:
apps/server/integration/orchestrationEngine.integration.test.ts#L880
Error: Test timed out in 60000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ integration/orchestrationEngine.integration.test.ts:880:4
|
|
integration/orchestrationEngine.integration.test.ts > reverts to an earlier checkpoint and trims checkpoint projections + git refs:
apps/server/integration/orchestrationEngine.integration.test.ts#L702
Error: Test timed out in 60000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ integration/orchestrationEngine.integration.test.ts:702:4
|
|
integration/orchestrationEngine.integration.test.ts > records failed turn runtime state and checkpoint status as error:
apps/server/integration/orchestrationEngine.integration.test.ts#L623
Error: Test timed out in 60000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ integration/orchestrationEngine.integration.test.ts:623:4
|
|
integration/orchestrationEngine.integration.test.ts > tracks approval requests and resolves pending approvals on user response:
apps/server/integration/orchestrationEngine.integration.test.ts#L542
Error: Test timed out in 60000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ integration/orchestrationEngine.integration.test.ts:542:4
|
|
integration/orchestrationEngine.integration.test.ts > runs multi-turn file edits and persists checkpoint diffs:
apps/server/integration/orchestrationEngine.integration.test.ts#L359
Error: Test timed out in 60000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ integration/orchestrationEngine.integration.test.ts:359:4
|
|
integration/orchestrationEngine.integration.test.ts > runs a single turn end-to-end and persists checkpoint state in sqlite + git:
apps/server/integration/orchestrationEngine.integration.test.ts#L180
Error: Test timed out in 60000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ integration/orchestrationEngine.integration.test.ts:180:4
|
|
eslint-plugin-unicorn(consistent-function-scoping):
apps/web/src/environments/runtime/catalog.test.ts#L98
Function `resolveRegistryRead` does not capture any variables from its parent scope
|
|
eslint-plugin-react-hooks(exhaustive-deps):
apps/web/src/components/ChatView.tsx#L3248
React Hook useCallback has a missing dependency: 'composerRef.current'
|
|
eslint-plugin-react-hooks(exhaustive-deps):
apps/web/src/components/ChatView.tsx#L3111
React Hook useCallback has a missing dependency: 'composerRef.current'
|
|
eslint-plugin-react-hooks(exhaustive-deps):
apps/web/src/components/ChatView.tsx#L3048
React Hook useCallback has a missing dependency: 'composerRef.current'
|
|
eslint-plugin-react-hooks(exhaustive-deps):
apps/web/src/components/ChatView.tsx#L3021
React Hook useCallback has a missing dependency: 'composerRef.current'
|
|
eslint-plugin-react-hooks(exhaustive-deps):
apps/web/src/components/ChatView.tsx#L2469
React Hook useEffect has a missing dependency: 'composerRef.current'
|
|
eslint-plugin-react-hooks(exhaustive-deps):
apps/web/src/components/ChatView.tsx#L1790
React Hook useCallback has a missing dependency: 'composerRef.current'
|
|
eslint-plugin-react-hooks(exhaustive-deps):
apps/web/src/components/ChatView.tsx#L1782
React Hook useCallback has a missing dependency: 'composerRef.current'
|
|
eslint-plugin-unicorn(consistent-function-scoping):
apps/web/src/uiStateStore.test.ts#L449
Function `createLocalStorageStub` does not capture any variables from its parent scope
|
|
oxc(no-map-spread):
apps/desktop/src/clientPersistence.ts#L191
Spreading to modify object properties in `map` calls is inefficient
|