update task descriptions for better readability

This commit is contained in:
Robin Olsen
2026-03-22 15:27:05 +01:00
parent 11afdfd9b8
commit ecabaf796e
7 changed files with 18 additions and 30 deletions

View File

@@ -12,15 +12,13 @@ import (
const priorityManagementDescription = `You are tasked with managing issue priorities.
A critical production issue has been reported.
The database is not working properly and users are not able to connect and access their data.
You need to rebalance the current sprint priorities:
1. A new issue has appeared in the list that needs urgent attention.
Change the database related issue's priority to 4 (critical).
2. Set the priority of the feature and chore issues in the list to 1 (low).
`
1. A new issue has appeared in the list that needs urgent attention:
- Change the database related issue's priority to 4.
2. Set the priority of the feature and chore issues in the list to 1.`
type PriorityManagementTask struct {
done bool