Skip to content

Commit b7c15c5

Browse files
committed
fix(agents): standardize Priority field format to Critical/High/Medium/Low
Signed-off-by: leocavalcante <leo@cavalcante.dev>
1 parent 092d5f5 commit b7c15c5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

agents/opencoder.md

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

109-
**Priority:** P0-P3
109+
**Priority:** Critical/High/Medium/Low
110110
**Complexity:** Low/Medium/High
111111
**Description:** What needs to be done and why
112112
**Files:** Comma-separated list of files
@@ -129,15 +129,15 @@ Each task follows this structure:
129129

130130
### Task 1: Add input validation
131131

132-
**Priority:** P1
132+
**Priority:** High
133133
**Complexity:** Medium
134134
**Description:** API endpoints accept invalid data. Add zod schemas.
135135
**Files:** src/api/users.ts, src/schemas/user.ts
136136
**Done when:** Invalid requests return 400 with error details
137137

138138
### Task 2: Fix null pointer bug
139139

140-
**Priority:** P0
140+
**Priority:** Critical
141141
**Complexity:** Low
142142
**Description:** User service crashes when email is missing.
143143
**Files:** src/services/user.ts
@@ -487,7 +487,7 @@ Planner returns fewer than 3 tasks or claims the codebase needs no improvements.
487487
I found only minor improvements:
488488
489489
### Task 1: Update copyright year
490-
**Priority:** P3
490+
**Priority:** Low
491491
**Complexity:** Low
492492
**Description:** Update copyright to 2026
493493

0 commit comments

Comments
 (0)