aided-dev 1.0.2 → 1.0.3

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.
@@ -2,9 +2,11 @@ import fs from 'fs-extra';
2
2
  import path from 'path';
3
3
  import yaml from 'js-yaml';
4
4
  export function findBMADPath() {
5
+ const packageDir = path.resolve(path.dirname(new URL(import.meta.url).pathname), '../..');
5
6
  const possiblePaths = [
7
+ path.join(packageDir, 'node_modules/bmad-method'),
6
8
  path.resolve(process.cwd(), 'node_modules/bmad-method'),
7
- path.resolve(path.dirname(new URL(import.meta.url).pathname), '../../node_modules/bmad-method'),
9
+ path.resolve(packageDir, '../bmad-method'),
8
10
  path.resolve(process.cwd(), '../BMAD-METHOD'),
9
11
  process.env.BMAD_PATH,
10
12
  ].filter(Boolean);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aided-dev",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "AI Development Team Orchestrator - BMAD-METHOD integration for automated code generation",
5
5
  "keywords": [
6
6
  "ai",