@buiducnhat/agent-skills 0.5.6 → 0.5.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2251,8 +2251,7 @@ async function runSkillsAdd(projectDir, agents, copy = false, global = false) {
2251
2251
  return new Promise((resolve) => {
2252
2252
  const child = spawn("npx", args, {
2253
2253
  cwd: projectDir,
2254
- stdio: "inherit",
2255
- shell: true
2254
+ stdio: "inherit"
2256
2255
  });
2257
2256
  child.on("close", (code) => {
2258
2257
  resolve({ success: code === 0 });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buiducnhat/agent-skills",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "Install AI agent workflow skills for coding assistants",
5
5
  "type": "module",
6
6
  "bin": {