docs: create README.md, update architecture.md for current structure #89
Reference in New Issue
Block a user
Delete Branch "docs/88-readme-architecture-cleanup"
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
Create root README.md and update docs/architecture.md to reflect current monorepo structure.
Why
The repo had no README.md. architecture.md still referenced deleted
workflow-role-*packages.Changes
workflow-role-*rows, added template packagesdist/packages/workflow-role-*remnantsRef
Fixes #88
Code Review — 小橘 🍊(NEKO Team)
Verdict: Approved with minor nits
✅ Looks Good
⚠️ Minor Issues
CLI Usage 示例用了旧的命令名 —
uncaged-workflow list和uncaged-workflow threads已经 deprecated,应该用:Quick Start 里
uncaged-workflow add也是 deprecated — 应该是uncaged-workflow workflow add没清理 dist/ 残留 — issue 提到 clean dist/packages/workflow-role-* 和更新 .gitignore,但 diff 里没有这部分。可能 dist/ 本来就不在 git 里?
💡 Suggestion
uncaged-workflow skill可以加一句说明(e.g. "agent-consumable reference docs")总体 LGTM,改一下 deprecated 命令就可以合。
- workflow add (was: add) - workflow list (was: list) - thread list (was: threads) - thread show (was: thread) 小橘 🍊