yatfa 1.0.84 → 1.0.86

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 CHANGED
@@ -224,7 +224,7 @@ AGENT_CONFIGS = {
224
224
 
225
225
  'researcher' => {
226
226
  name: 'yatfa-autonomous-researcher',
227
- skills: ['researcher-tactical', 'researcher-strategic', 'researcher-digest', 'researcher-telegram-processor', 'researcher-meta-learning', 'memory', 'session-learnings', 'proposal-execution', 'proposal-rework-responder', 'memory-consolidation', 'retrospective', 'knowledge-management', 'sentry-investigation', 'agent-browser'],
227
+ skills: ['researcher-tactical', 'researcher-strategic', 'researcher-digest', 'researcher-telegram-processor', 'researcher-meta-learning', 'researcher-approval-review', 'memory', 'session-learnings', 'proposal-execution', 'proposal-rework-responder', 'memory-consolidation', 'retrospective', 'knowledge-management', 'sentry-investigation', 'agent-browser'],
228
228
  banner: build_banner(
229
229
  header: RESEARCHER_HEADER,
230
230
  boundaries: RESEARCHER_BOUNDARIES,
@@ -102,7 +102,7 @@ module YatfaAgent
102
102
  # @return [String, nil] label value
103
103
  def self.get_container_label(container_id, label)
104
104
  result = IO.popen(
105
- ["docker", "inspect", "--format", "{{.Config.Labels.#{label}}}", container_id],
105
+ ["docker", "inspect", "--format", %({{index .Config.Labels "#{label}"}}), container_id],
106
106
  err: File::NULL,
107
107
  &:read
108
108
  ).strip
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yatfa",
3
- "version": "1.0.84",
3
+ "version": "1.0.86",
4
4
  "description": "YATFA - Yet Another Tool For Agents",
5
5
  "bin": "./bin/run-yatfa-agent.rb",
6
6
  "files": [