-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
作者您好,首先衷心感谢您开源了这套出色的工具与思路!
实际使用下来,我有一点小小的体验反馈:
目前所有目录下都散落着 CLAUDE.md,既难维护也显杂乱。如果能像 claude-code-spec-workflow 那样,把配置整体集中到项目根目录的 .claude/ 中,就能实现「随项目走」的单一可信源:
your-project/
├── .claude/
│ ├── commands/ # 14 slash commands + auto-generated
│ ├── steering/ # product.md, tech.md, structure.md
│ ├── templates/ # Document templates
│ ├── specs/ # Generated specifications
│ ├── bugs/ # Bug fix workflows
│ └── agents/ # AI agents (enabled by default)
如此一来,复制、迁移或版本化都只需关注一个目录,维护成本显著降低。烦请评估!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers