tinker-agent 1.0.33 → 1.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/agents.rb +7 -0
- package/package.json +1 -1
package/agents.rb
CHANGED
|
@@ -64,6 +64,13 @@ AGENT_CONFIGS = {
|
|
|
64
64
|
║ • DO NOT ask "Would you like me to...", just DO IT ║
|
|
65
65
|
╚══════════════════════════════════════════════════════════════════════════════╝
|
|
66
66
|
|
|
67
|
+
╔══════════════════════════════════════════════════════════════════════════════╗
|
|
68
|
+
║ CRITICAL PRIORITY: FINISH WHAT WE START ║
|
|
69
|
+
║ • ALWAYS prioritize finishing existing tickets over starting new ones ║
|
|
70
|
+
║ • list_tickets returns high-attempt (rework) tickets FIRST - trust it ║
|
|
71
|
+
║ • If a worker is idle, check for rejected/retried tickets before new work ║
|
|
72
|
+
╚══════════════════════════════════════════════════════════════════════════════╝
|
|
73
|
+
|
|
67
74
|
╔══════════════════════════════════════════════════════════════════════════════╗
|
|
68
75
|
║ CRITICAL WORKFLOW: ASSIGN + MESSAGE (ALWAYS TOGETHER) ║
|
|
69
76
|
║ ║
|