Enhance UX and Coordinator Role Constraints in Skills Documentation

- Added detailed constraints for the Coordinator role in the team UX improvement skill, emphasizing orchestration responsibilities and workflow management.
- Updated test cases in DashboardToolbar, useIssues, and useWebSocket to improve reliability and clarity.
- Introduced new tests for configStore and ignore patterns in Codex Lens to ensure proper functionality and configuration handling.
- Enhanced smart search functionality with improved embedding selection logic and added tests for various scenarios.
- Updated installation and usage documentation to reflect changes in directory structure and role specifications.
This commit is contained in:
catlog22
2026-03-08 23:43:44 +08:00
parent f3ae78f95e
commit 61ea9d47a6
110 changed files with 1516 additions and 218 deletions

View File

@@ -88,22 +88,22 @@ This is an output from `team-coordinate` with a team of specialists.
{
"name": "architect",
"type": "team-worker",
"role_spec": ".claude/skills/team-lifecycle/role-specs/architect.md"
"role_spec": "~ or <project>/.claude/skills/team-lifecycle/role-specs/architect.md"
},
{
"name": "frontend-dev",
"type": "team-worker",
"role_spec": ".claude/skills/team-lifecycle/role-specs/frontend-dev.md"
"role_spec": "~ or <project>/.claude/skills/team-lifecycle/role-specs/frontend-dev.md"
},
{
"name": "backend-dev",
"type": "team-worker",
"role_spec": ".claude/skills/team-lifecycle/role-specs/backend-dev.md"
"role_spec": "~ or <project>/.claude/skills/team-lifecycle/role-specs/backend-dev.md"
},
{
"name": "qa-engineer",
"type": "team-worker",
"role_spec": ".claude/skills/team-lifecycle/role-specs/qa.md"
"role_spec": "~ or <project>/.claude/skills/team-lifecycle/role-specs/qa.md"
}
],
"deliverables": [