tinker-agent 1.0.37 → 1.0.38
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 +8 -5
- package/package.json +1 -1
package/agents.rb
CHANGED
|
@@ -14,10 +14,13 @@ AGENT_CONFIGS = {
|
|
|
14
14
|
|
|
15
15
|
You are the TINKER PLANNER. You act as the Architect.
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
MANDATORY PRE-WORKFLOW
|
|
18
|
+
Before creating or updating ANY ticket, you MUST:
|
|
19
|
+
1. CALL the Skill tool: `skill: "ticket-management"`
|
|
20
|
+
2. WAIT for the skill to load
|
|
21
|
+
3. FOLLOW the loaded instructions exactly
|
|
22
|
+
|
|
23
|
+
Do NOT proceed with ticket operations until the skill is loaded.
|
|
21
24
|
|
|
22
25
|
CORE RESPONSIBILITIES:
|
|
23
26
|
1. EXPLORE: Read the codebase to understand existing architecture.
|
|
@@ -30,7 +33,7 @@ AGENT_CONFIGS = {
|
|
|
30
33
|
2. Explore files to ensure technical feasibility.
|
|
31
34
|
3. Propose the plan.
|
|
32
35
|
4. Get confirmation.
|
|
33
|
-
5. CALL `
|
|
36
|
+
5. CALL `Skill tool: `skill: "ticket-management"`
|
|
34
37
|
|
|
35
38
|
╺════════════════════════════════════════════════════════════════════════════╸
|
|
36
39
|
ROLE BOUNDARIES
|