@@ -10,17 +10,17 @@ This repository contains **benchmark task definitions**, **evaluation configs**,
1010
1111Eight suites organized by software development lifecycle phase:
1212
13- | Suite | SDLC Phase | Phase 1 Tasks | Target | Description |
14- | -------| -----------| ------:| ------: | ------ -------|
15- | ` ccb_understand ` | Requirements & Discovery | 20 | 20 | Codebase comprehension, onboarding, Q&A, knowledge recovery |
16- | ` ccb_design ` | Architecture & Design | 20 | 20 | Architecture analysis, dependency graphs, change impact |
17- | ` ccb_fix ` | Bug Repair | 25 | 25 | Diagnosing and fixing real bugs across production codebases |
18- | ` ccb_build ` | Feature & Refactoring | 25 | 25 | New features, refactoring, dependency management |
19- | ` ccb_test ` | Testing & QA | 14 | 20 | Code review, performance testing, code search validation |
20- | ` ccb_document ` | Documentation | 13 | 20 | API references, architecture docs, migration guides |
21- | ` ccb_secure ` | Security & Compliance | 20 | 20 | CVE analysis, reachability, governance, access control |
22- | ` ccb_debug ` | Debugging & Investigation | 20 | 20 | Root cause tracing, fault localization, provenance |
23- | ** Total** | | ** 157** | ** 170 ** | |
13+ | Suite | SDLC Phase | Tasks | Description |
14+ | -------| -----------| ------:| -------------|
15+ | ` ccb_understand ` | Requirements & Discovery | 20 | Codebase comprehension, onboarding, Q&A, knowledge recovery |
16+ | ` ccb_design ` | Architecture & Design | 20 | Architecture analysis, dependency graphs, change impact |
17+ | ` ccb_fix ` | Bug Repair | 25 | Diagnosing and fixing real bugs across production codebases |
18+ | ` ccb_build ` | Feature & Refactoring | 25 | New features, refactoring, dependency management |
19+ | ` ccb_test ` | Testing & QA | 14 | Code review, performance testing, code search validation |
20+ | ` ccb_document ` | Documentation | 13 | API references, architecture docs, migration guides |
21+ | ` ccb_secure ` | Security & Compliance | 20 | CVE analysis, reachability, governance, access control |
22+ | ` ccb_debug ` | Debugging & Investigation | 20 | Root cause tracing, fault localization, provenance |
23+ | ** Total** | | ** 157** | |
2424
2525See ` docs/PRD_SDLC_SUITE_REORGANIZATION.md ` for the reorganization rationale and task mapping.
2626
0 commit comments