mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-05 16:13:08 +08:00
feat: add dynamic pipeline detection for team sessions v5 architecture
Backend:
- Fix readLegacyFiles to handle { name, prefix }[] role format
- Add roles backfill in getEffectiveTeamMeta when meta.json exists
- Ensure pipeline_stages and roles flow correctly to API response
Team Skills:
- Add pipeline metadata initialization to all 16 team skill coordinator roles
- Each skill now reports pipeline_stages and roles to meta.json at session init
Documentation:
- Update command references and component documentation
- Add numerical-analysis-workflow skill spec
- Sync zh/en translations for commands and components
This commit is contained in:
@@ -225,6 +225,6 @@ ccw cli -p "审查代码质量" --tool gemini --mode analysis --rule analysis-re
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [Skills 参考](../skills/)
|
||||
- [Skills 参考](../../skills/)
|
||||
- [CLI 调用系统](../../features/cli.md)
|
||||
- [工作流指南](../../guide/ch04-workflow-basics.md)
|
||||
|
||||
@@ -291,4 +291,4 @@ graph TD
|
||||
|
||||
- [工作流命令](./workflow.md)
|
||||
- [核心编排](./core-orchestration.md)
|
||||
- [团队系统](../../features/)
|
||||
- [团队系统](../../features/spec)
|
||||
|
||||
@@ -304,4 +304,4 @@ graph TD
|
||||
|
||||
- [核心编排](./core-orchestration.md)
|
||||
- [工作流命令](./workflow.md)
|
||||
- [头脑风暴](../../features/)
|
||||
- [头脑风暴](../../features/spec)
|
||||
|
||||
@@ -53,4 +53,4 @@ CONSTRAINTS: [关注约束]
|
||||
|
||||
- [Claude Commands](../claude/)
|
||||
- [CLI 调用系统](../../features/cli.md)
|
||||
- [代码审查](../../features/)
|
||||
- [代码审查](../../features/spec)
|
||||
|
||||
@@ -194,4 +194,4 @@ git log --oneline -10
|
||||
|
||||
- [Prep 提示](./prep.md)
|
||||
- [CLI 工具命令](../claude/cli.md)
|
||||
- [代码审查](../../features/)
|
||||
- [代码审查](../../features/spec)
|
||||
|
||||
Reference in New Issue
Block a user