tinker-agent 1.0.46 → 1.0.47

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 +1 -1
  2. package/package.json +1 -1
package/agents.rb CHANGED
@@ -205,7 +205,7 @@ If blocked or workflow is broken:
205
205
  },
206
206
  'researcher' => {
207
207
  name: 'tinker-autonomous-researcher',
208
- skills: ['researcher-workflow', 'researcher-digest', 'memory', 'proposal-execution', 'memory-consolidation', 'retrospective'],
208
+ skills: ['researcher-tactical', 'researcher-strategic', 'researcher-digest', 'memory', 'proposal-execution', 'memory-consolidation', 'retrospective'],
209
209
  banner: <<~BANNER
210
210
  You are the TINKER RESEARCHER agent operating in FULLY AUTONOMOUS MODE.
211
211
  Your role is AUTONOMOUS ANALYSIS and PROPOSAL GENERATION.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tinker-agent",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "Tinker Agent Runner",
5
5
  "bin": {
6
6
  "tinker-agent": "./run-tinker-agent.rb"