Skip to content

Commit e625502

Browse files
committed
chore(agents): bump superpowers 4.1.1
1 parent f5bdd62 commit e625502

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

home/.chezmoiexternal.toml.tmpl

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,13 @@ refreshPeriod = "24h"
202202
url = "https://github.com/catppuccin/alacritty.git"
203203
refreshPeriod = "168h"
204204

205+
# TODO: move to openpackage managed? via .agents?
206+
# - will it version?
207+
[".config/agents/plugins/anthropics/skills"]
208+
type = "git-repo"
209+
url = "https://github.com/anthropics/skills.git"
210+
refreshPeriod = "72h"
211+
205212
# renovate: datasource=github-releases depName=obra/superpowers
206213
{{ $obraSuperpowersVersion := "v4.0.1" -}}
207214

@@ -211,11 +218,9 @@ refreshPeriod = "24h"
211218
refreshPeriod = "168h"
212219
args = ["--branch", "{{ $obraSuperpowersVersion }}"]
213220

214-
[".config/agents/plugins/anthropics/skills"]
215-
type = "git-repo"
216-
url = "https://github.com/anthropics/skills.git"
217-
refreshPeriod = "72h"
218-
221+
# TODO: move to openpackage managed? via .agents?
222+
# (for claude code at least opencode needs custom install)
223+
# - will it version?
219224
[".config/agents/plugins/obra/superpowers"]
220225
type = "git-repo"
221226
url = "https://github.com/obra/superpowers.git"

home/private_dot_config/opencode/plugin/symlink_superpowers.js.tmpl renamed to home/private_dot_config/opencode/plugins/symlink_superpowers.js.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{ .chezmoi.homeDir }}/.config/opencode/superpowers/.opencode/plugin/superpowers.js
1+
{{ .chezmoi.homeDir }}/.config/opencode/superpowers/.opencode/plugins/superpowers.js
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{{ .chezmoi.homeDir }}/.config/opencode/superpowers/skills

0 commit comments

Comments
 (0)