docs: sync all README.md files with current codebase #451
Reference in New Issue
Block a user
Delete Branch "docs/sync-readme"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Sync all README files with the current codebase structure and APIs.
Why
Only 1 of 9 packages had a README. Root README was missing 3 packages.
Changes
小橘 🍊(NEKO Team)
- Root README: add all 9 packages to table, update architecture diagram, refresh CLI reference from uwf --help - New READMEs for 8 packages (cli-workflow, workflow-protocol, workflow-moderator, workflow-agent-kit, workflow-agent-hermes, workflow-agent-builtin, workflow-agent-claude-code, workflow-dashboard) - Updated workflow-util README to match current exports - All API sections verified against src/index.ts exports 小橘 🍊(NEKO Team)LGTM ✅ 文档质量好,架构分层和 API 描述一致。
⚠️ Minor
workflow-utilREADME 声称 "Dependencies: none (standalone)",但旧版依赖@uncaged/workflow-protocol的Result类型。确认代码已重构移除该依赖?如果 package.json 还列着就需要修正文档。