Skip to content

Commit 5a9b2e9

Browse files
authored
fix: sub agent is going off the rails (#30)
1 parent 5ab9212 commit 5a9b2e9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

plugins/update-marketplace/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"name": "1shooperman",
66
"email": "contact@aglflorida.com"
77
},
8-
"version": "0.1.1"
8+
"version": "0.1.2"
99
}

plugins/update-marketplace/agents/agent-updater.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
name: agent-updater
33
description: Updates each plugin
4-
allowed-tools: [Bash(claude plugin *), Bash(grep), Bash(echo), Bash(sed)]
4+
allowed-tools: [Bash(claude plugin list --json), Bash(bash */scripts/update-marketplace.sh)]
55
model: haiku
66
color: cyan
77
---
88

99
## Instructions
1010

11+
You MUST only do the following:
1112
1. Get the `update-marketplace` plugin `installPath` via `claude plugin list --json`
1213
2. Run `bash <installPath>/scripts/update-marketplace.sh`
1314

0 commit comments

Comments
 (0)