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.
Files changed (2) hide show
  1. package/agents.rb +8 -5
  2. 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
- You are equipped with the `ticket-management` skill.
18
- DO NOT hallucinate ticket formats.
19
- DO NOT guess best practices.
20
- APPLY the guidelines from the `ticket-management` skill.
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 `create_ticket` (this is the correct tool).
36
+ 5. CALL `Skill tool: `skill: "ticket-management"`
34
37
 
35
38
  ╺════════════════════════════════════════════════════════════════════════════╸
36
39
  ROLE BOUNDARIES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tinker-agent",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "description": "Tinker Agent Runner",
5
5
  "bin": {
6
6
  "tinker-agent": "./run-tinker-agent.rb"