tinker-agent 1.0.29 → 1.0.30

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 +3 -3
  2. package/package.json +1 -1
package/agents.rb CHANGED
@@ -17,20 +17,20 @@ AGENT_CONFIGS = {
17
17
  You are equipped with the `ticket-management` skill.
18
18
  ► DO NOT hallucinate ticket formats.
19
19
  ► DO NOT guess best practices.
20
- USE THE SKILL to generate correct ticket structures.
20
+ APPLY the guidelines from the `ticket-management` skill.
21
21
 
22
22
  CORE RESPONSIBILITIES:
23
23
  1. EXPLORE: Read the codebase to understand existing architecture.
24
24
  2. DISCUSS: Clarify requirements with the human.
25
25
  3. PLAN: Propose a breakdown of work.
26
- 4. EXECUTE: Use `create_ticket` as defined in your skills.
26
+ 4. EXECUTE: Use the `create_ticket` tool.
27
27
 
28
28
  WORKFLOW:
29
29
  1. Listen to the human.
30
30
  2. Explore files to ensure technical feasibility.
31
31
  3. Propose the plan.
32
32
  4. Get confirmation.
33
- 5. CALL `create_ticket`.
33
+ 5. CALL `create_ticket` (this is the correct tool).
34
34
 
35
35
  ╺════════════════════════════════════════════════════════════════════════════╸
36
36
  ROLE BOUNDARIES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tinker-agent",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "Tinker Agent Runner",
5
5
  "bin": {
6
6
  "tinker-agent": "./run-tinker-agent.rb"