Mohamed Boudra
38efad7db2
chore(lint): no-named-as-default use named imports for ws and openai
2026-04-24 07:15:26 +07:00
Mohamed Boudra
c4355a13ff
chore(lint): no-map-spread replace with Object.assign
...
Replace { ...obj, override } inside map callbacks with Object.assign({}, obj, { override })
to satisfy oxc/no-map-spread. Preserves copy-on-write semantics.
2026-04-24 07:11:26 +07:00
Mohamed Boudra
aceb399505
chore(lint): prefer-array-find over filter().at/pop
...
Replace filter(pred).at(-1)/pop() patterns with findLast(pred) and
filter(pred)[0] with find(pred) across server and app.
2026-04-24 07:06:22 +07:00
Mohamed Boudra
537a2a2929
chore(lint): parallelize agent archiving in test-mcp-inject
2026-04-24 06:32:08 +07:00
Mohamed Boudra
5467d3cee8
chore(format): apply oxfmt to server test files
2026-04-24 06:27:41 +07:00
Mohamed Boudra
ed15dcec3a
chore(lint): no-explicit-any in codex-app-server-agent
2026-04-24 06:26:14 +07:00
Mohamed Boudra
4095ca9c9e
chore(lint): no-explicit-any in daemon-client
2026-04-24 06:26:14 +07:00
Mohamed Boudra
436d435720
chore(lint): no-explicit-any in process-conversation
2026-04-24 06:23:29 +07:00
Mohamed Boudra
d9cab2d633
chore(lint): no-explicit-any in websocket-server
2026-04-24 06:23:25 +07:00
Mohamed Boudra
ec532b352b
chore(lint): no-explicit-any in claude-agent
2026-04-24 06:20:35 +07:00
Mohamed Boudra
642b5f37da
chore(lint): no-explicit-any in generate-sherpa-tts-matrix
2026-04-24 06:20:31 +07:00
Mohamed Boudra
40aae0b314
chore(lint): no-explicit-any in agent-storage.test
2026-04-24 06:12:38 +07:00
Mohamed Boudra
c6d51fa42f
chore(lint): no-explicit-any in send-while-running-stuck-test-utils.test
2026-04-24 06:12:31 +07:00
Mohamed Boudra
7823860c26
chore(lint): no-explicit-any in editor-targets.test
2026-04-24 06:12:23 +07:00
Mohamed Boudra
ce13b238a3
chore(lint): no-explicit-any in persistence-hooks.test
2026-04-24 06:12:16 +07:00
Mohamed Boudra
0c830f0f64
chore(lint): no-explicit-any in schedule/service.test
2026-04-24 06:12:08 +07:00
Mohamed Boudra
cfd86ada6c
chore(lint): no-explicit-any in script-health-monitor.test
2026-04-24 06:12:02 +07:00
Mohamed Boudra
4863edb931
chore(lint): no-explicit-any in speech-download.e2e.test
2026-04-24 06:09:16 +07:00
Mohamed Boudra
1b268dc7b7
chore(lint): no-explicit-any in sherpa-parakeet-stt.test
2026-04-24 06:09:09 +07:00
Mohamed Boudra
83bc6bf058
chore(lint): no-explicit-any in model-resolver.test
2026-04-24 06:04:40 +07:00
Mohamed Boudra
4ea51c3ad5
chore(lint): no-explicit-any in worktree-session.test
2026-04-24 06:03:44 +07:00
Mohamed Boudra
a13a6012e1
chore(lint): no-explicit-any in relay-transport.e2e.test
2026-04-24 06:01:59 +07:00
Mohamed Boudra
7c013c8af8
chore(lint): no-explicit-any in dictation-stream-manager.test
2026-04-24 06:00:56 +07:00
Mohamed Boudra
5242039219
chore(lint): no-explicit-any in snapshot-mutation-ownership.test
2026-04-24 05:59:49 +07:00
Mohamed Boudra
3dc0d206a9
chore(lint): no-explicit-any in session.workspaces.test
2026-04-24 05:58:14 +07:00
Mohamed Boudra
3f079aa987
chore(lint): no-explicit-any in mcp-server.test
2026-04-24 05:42:55 +07:00
Mohamed Boudra
865c2f0b50
chore(lint): no-explicit-any in session.test
2026-04-24 05:35:16 +07:00
Mohamed Boudra
12cb5fb6a6
chore(lint): no-explicit-any in codex-app-server-agent.features.test
2026-04-24 05:32:07 +07:00
Mohamed Boudra
d627537d88
chore(lint): no-explicit-any in codex-app-server-agent.test
2026-04-24 05:27:34 +07:00
Mohamed Boudra
1ef8d1c896
chore(lint): no-explicit-any in websocket-server.relay-reconnect.test
2026-04-24 05:25:47 +07:00
Mohamed Boudra
41529b68bd
chore(lint): no-explicit-any in websocket-server.notifications.test
2026-04-24 05:23:27 +07:00
Mohamed Boudra
39a1d162ce
chore(lint): no-explicit-any in session.workspace-git-watch.test
2026-04-24 05:22:18 +07:00
Mohamed Boudra
f03ccc3241
chore(lint): no-explicit-any in acp-agent.test
2026-04-24 05:20:28 +07:00
Mohamed Boudra
7d57ed9653
chore(lint): no-explicit-any in websocket-server.runtime-metrics.test
2026-04-24 05:19:12 +07:00
Mohamed Boudra
4deeac511c
chore(lint): no-explicit-any in workspace-git-service.test
2026-04-24 05:16:52 +07:00
Mohamed Boudra
b13725ea7a
chore(lint): no-explicit-any in claude-agent.test
2026-04-24 05:14:41 +07:00
Mohamed Boudra
a29df85de0
chore(lint): no-explicit-any in stt-manager/chat-mentions tests
2026-04-24 05:13:07 +07:00
Mohamed Boudra
d1dffd4435
chore(format): apply oxfmt to 3 server files
2026-04-24 05:10:08 +07:00
Mohamed Boudra
b12f48abc7
chore(lint): parallelize Codex skills directory scan
2026-04-24 03:39:00 +07:00
Mohamed Boudra
0cbbda2236
chore(lint): parallelize script health monitor server cleanup
2026-04-24 03:37:53 +07:00
Mohamed Boudra
9a65dc7ab7
chore(lint): parallelize Claude session id fixture test
2026-04-24 03:36:51 +07:00
Mohamed Boudra
3946eabe8a
chore(lint): parallelize dictation wav fixture search
2026-04-24 03:35:25 +07:00
Mohamed Boudra
b09ebfd6ba
chore(lint): parallelize Codex rollout file search
2026-04-24 03:34:32 +07:00
Mohamed Boudra
cdce9f0fa5
chore(lint): parallelize bootstrap provider availability cleanup
2026-04-24 03:33:43 +07:00
Mohamed Boudra
ee7a43726f
chore(lint): parallelize agent storage record file probing
2026-04-24 03:32:21 +07:00
Mohamed Boudra
a5742d0c3c
chore(lint): parallelize client and relay transport test cleanup
2026-04-24 03:31:19 +07:00
Mohamed Boudra
7742727078
chore(lint): parallelize executable PATH probing
2026-04-24 03:29:12 +07:00
Mohamed Boudra
d3a94e8cf2
chore(lint): parallelize script-health-monitor afterEach and spawns
...
Close all stub TCP servers concurrently and spawn typecheck/api
scripts via Promise.all to drop two no-await-in-loop warnings.
2026-04-24 03:25:32 +07:00
Mohamed Boudra
bc13256949
chore(lint): parallelize worktree bootstrap test cleanup and script spawn
...
Run terminal cleanup across managers and spawnWorkspaceScript for api
and web concurrently to eliminate no-await-in-loop warnings while
preserving semantics.
2026-04-24 03:24:36 +07:00
Mohamed Boudra
6fcc4c736b
chore(lint): parallelize worktree terminal bootstrap
...
Start each bootstrap terminal concurrently via Promise.all. Since every
spec creates an independent terminal and returns a standalone result,
parallelization preserves order while removing two no-await-in-loop
warnings.
2026-04-24 03:23:45 +07:00