re-readme美化#419
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
|
||
| ### Skills | ||
|
|
||
| Reusable workflows activated through slash commands. |
There was a problem hiding this comment.
The README says these workflows are "activated through slash commands", but the current CLI only registers /help, /session, /sessions, /agents, /explorer, /review, /resume, /new, and /quit (internal/app/commands.go). ExecuteSlashCommand also has no routing for /bug-investigation, /repo-onboarding, /write-rfc, or /skill-creator (internal/app/slash_runtime.go), so this section overstates the command surface.
|
|
||
| ### Skills | ||
|
|
||
| 可通过斜杠命令激活的复用工作流。 |
There was a problem hiding this comment.
这里写的是“可通过斜杠命令激活”,但当前 CLI 实际只注册了 /help、/session、/sessions、/agents、/explorer、/review、/resume、/new、/quit(见 internal/app/commands.go)。ExecuteSlashCommand 里也没有 /bug-investigation、/repo-onboarding、/write-rfc、/skill-creator 的路由(见 internal/app/slash_runtime.go),所以这段会误导用户。
| go run ./cmd/bytemind chat | ||
| ``` | ||
| <p align="center"> | ||
| <img src="./docs/assets/bytemind-terminal-preview.webp" alt="ByteMind terminal preview" width="960" /> |
There was a problem hiding this comment.
This image path is broken in the current branch: ./docs/assets/bytemind-terminal-preview.webp does not exist, and docs/assets/ is absent. Merging this as-is will render a broken preview in the README.
| ## 终端预览 | ||
|
|
||
| <p align="center"> | ||
| <img src="./docs/assets/bytemind-terminal-preview.webp" alt="ByteMind 终端运行截图" width="960" /> |
There was a problem hiding this comment.
这个图片路径在当前分支是失效的:./docs/assets/bytemind-terminal-preview.webp 不存在,而且仓库里也没有 docs/assets/ 目录。合并后这里会直接显示为损坏图片。
|
@xgopilot 现在是否解决 |
结论还没有全部解决。 已解决的问题:
仍未解决的问题:
如果你的目标是把之前指出的问题都关掉,这个 PR 还需要把这段文案改成与当前实现一致,或者先补齐这些 slash command 的实际支持。 |
|
@xgopilot 审查 |
Findings
Notes其余这次新增的命令、工具和配置字段说明,我按仓库实现逐项对过,没有再发现新的可确认不一致。 |
No description provided.