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

@@ -14,15 +14,11 @@ const dependencyManagementDescription = `You are tasked with managing issue depe
Several issues in your project have dependencies on other issues.
You need to:
1. Find 2 issues that mention dependencies in their detail description.
For example: "Depends on Issue '123'". Set their status to "blocked".
1. Find 2 issues that mention dependencies in their description.
2. Find the issue that is mentioned by the other issues:
- Set priority to 3 (high).
- Set status to in-progress.
- Assign the to yourself as "Me".
Resolving dependencies in the right order is critical for a efficient team`
- Assign the to yourself as "Me".`
type DependencyManagementTask struct {
done bool