bmad-method 6.2.3-next.5 → 6.2.3-next.7
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/package.json
CHANGED
|
@@ -33,7 +33,6 @@ platforms:
|
|
|
33
33
|
legacy_targets:
|
|
34
34
|
- .claude/commands
|
|
35
35
|
target_dir: .claude/skills
|
|
36
|
-
ancestor_conflict_check: true
|
|
37
36
|
|
|
38
37
|
cline:
|
|
39
38
|
name: "Cline"
|
|
@@ -51,7 +50,6 @@ platforms:
|
|
|
51
50
|
- .codex/prompts
|
|
52
51
|
- ~/.codex/prompts
|
|
53
52
|
target_dir: .agents/skills
|
|
54
|
-
ancestor_conflict_check: true
|
|
55
53
|
|
|
56
54
|
codebuddy:
|
|
57
55
|
name: "CodeBuddy"
|
|
@@ -107,12 +105,10 @@ platforms:
|
|
|
107
105
|
preferred: false
|
|
108
106
|
installer:
|
|
109
107
|
target_dir: .agents/skills
|
|
110
|
-
ancestor_conflict_check: false
|
|
111
108
|
|
|
112
109
|
kilo:
|
|
113
110
|
name: "KiloCoder"
|
|
114
111
|
preferred: false
|
|
115
|
-
suspended: "Kilo Code does not yet support the Agent Skills standard. Support is paused until they implement it. See https://github.com/kilocode/kilo-code/issues for updates."
|
|
116
112
|
installer:
|
|
117
113
|
legacy_targets:
|
|
118
114
|
- .kilocode/workflows
|
|
@@ -142,7 +138,6 @@ platforms:
|
|
|
142
138
|
- .opencode/agent
|
|
143
139
|
- .opencode/command
|
|
144
140
|
target_dir: .opencode/skills
|
|
145
|
-
ancestor_conflict_check: true
|
|
146
141
|
|
|
147
142
|
pi:
|
|
148
143
|
name: "Pi"
|