feat: Implement team artifacts feature with tree navigation and file preview

This commit is contained in:
catlog22
2026-02-15 18:14:07 +08:00
parent 0d56396710
commit 4ddd2e9f17
26 changed files with 1250 additions and 3038 deletions

View File

@@ -9,6 +9,14 @@ allowed-tools: Skill(*), TodoWrite(*), AskUserQuestion(*), Read(*), Bash(*)
Test orchestrator: testing needs analysis → strategy selection → test execution.
## Skill 映射
| Skill | 包含操作 |
|-------|---------|
| `workflow-test-fix` | test-fix-gen, test-cycle-execute |
| `workflow-tdd` | tdd-plan, tdd-verify |
| `workflow-execute` | execute |
## Core Concept: Test Units (测试单元)
**Definition**: Test commands grouped into logical units based on testing objectives.