Skip to content

Commit 022ab0d

Browse files
committed
fix(agents): standardize Complexity field format to Small/Medium/Large
Signed-off-by: leocavalcante <leo@cavalcante.dev>
1 parent b7c15c5 commit 022ab0d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

agents/opencoder.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Each task follows this structure:
107107
### Task N: [Title]
108108

109109
**Priority:** Critical/High/Medium/Low
110-
**Complexity:** Low/Medium/High
110+
**Complexity:** Small/Medium/Large
111111
**Description:** What needs to be done and why
112112
**Files:** Comma-separated list of files
113113
**Done when:** Acceptance criteria
@@ -138,7 +138,7 @@ Each task follows this structure:
138138
### Task 2: Fix null pointer bug
139139

140140
**Priority:** Critical
141-
**Complexity:** Low
141+
**Complexity:** Small
142142
**Description:** User service crashes when email is missing.
143143
**Files:** src/services/user.ts
144144
**Done when:** Missing email handled gracefully
@@ -488,7 +488,7 @@ Planner returns fewer than 3 tasks or claims the codebase needs no improvements.
488488
489489
### Task 1: Update copyright year
490490
**Priority:** Low
491-
**Complexity:** Low
491+
**Complexity:** Small
492492
**Description:** Update copyright to 2026
493493
494494
(Only 1 task returned)

0 commit comments

Comments
 (0)