Kanban:补齐看板事件、链接与批量操作闭环#634
Merged
EKKOLearnAI merged 6 commits intoMay 12, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动
补齐 Kanban 看板的核心操作闭环,让当前页面可以围绕同一个 board 完成事件刷新、任务链接和批量操作。
不包含:home notification、长期适配器边界文档、其他看板架构重构。
验证
已通过:
npm run test -- tests/client/kanban-api.test.ts tests/client/kanban-store.test.ts tests/client/kanban-view.test.ts tests/server/hermes-kanban-service.test.ts tests/server/kanban-controller.test.ts tests/server/kanban-routes.test.tsnpm run testnpm run buildgit diff --check origin/main...HEAD影响范围
主要影响 Kanban 页面、Kanban API 封装、服务端 Kanban 路由与 Hermes CLI 调用封装。现有 board 参数继续显式透传;批量接口按单个任务返回结果,方便页面展示部分成功/失败。