Skip to content

Commit 56159d5

Browse files
sjarmakcursoragent
andcommitted
README: rename Phase 1 Tasks to Tasks, remove Target column
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 95de19a commit 56159d5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ This repository contains **benchmark task definitions**, **evaluation configs**,
1010

1111
Eight 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

2525
See `docs/PRD_SDLC_SUITE_REORGANIZATION.md` for the reorganization rationale and task mapping.
2626

0 commit comments

Comments
 (0)