add claude sync target (#59)

This commit is contained in:
Sean Story
2026-09-10 16:31:24 -05:00
committed by GitHub
parent e12988a443
commit baa511126b
2 changed files with 11 additions and 0 deletions
+8
View File
@@ -17,3 +17,11 @@ preserve = [".git", "README.md", "**/plugin.json"]
[[sync.target.versions]]
file = "elastic/**/plugin.json"
field = "version"
[[sync.target]]
name = "claude"
repo = "elastic/claude-plugin"
[[sync.target.copies]]
source = "skills"
dest = "skills"
+3
View File
@@ -0,0 +1,3 @@
# Jetbrains
.idea
*.iml