refactor(db): 消除隐式状态通道,收敛 LLM 上下文消息 - #9
Merged
zavier merged 3 commits intoAug 1, 2026
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run npm run lint:
connection/db-manager.ts#L88
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
Run npm run lint:
commands/db.ts#L96
Prefer `find` over filtering and accessing the first result.
|
|
Run npm run lint:
relation-graph.ts#L198
Unexpected `await` inside a loop.
|
|
Run npm run lint:
commands/relations.ts#L339
Unexpected `await` inside a loop.
|
|
Run npm run lint:
commands/relations.ts#L245
Unexpected `await` inside a loop.
|
|
Run npm run lint:
state/workspace.ts#L208
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
Run npm run lint:
state/workspace.ts#L201
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
Run npm run lint:
__tests__/db-command.test.ts#L57
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
Run npm run lint:
__tests__/db-command.test.ts#L44
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
Run npm run lint:
__tests__/db-command.test.ts#L17
Use `Array#toSorted()` instead of `Array#sort()`.
|
background
wait
wait-all
cancel
parallel
Loading