bf-skills 1.3.1 → 1.3.2

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/cli.mjs +1 -1
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -332,7 +332,7 @@ async function runInstall(source, opts) {
332
332
  (a) => isGlobal ? path4.join(os3.homedir(), a.globalPath) : path4.join(process.cwd(), a.projectPath)
333
333
  )
334
334
  );
335
- if (!opts.yes && !opts.agent && uniqueDirs.size > 1) {
335
+ if (!opts.yes && !opts.agent) {
336
336
  const modeChoice = await p.select({
337
337
  message: "Installation method",
338
338
  options: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bf-skills",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "BF Skills installer — Building the Future of Business with AI",
5
5
  "type": "module",
6
6
  "engines": {