@zeyue0329/xiaoma-cli 6.0.0-alpha.13 → 6.0.0-alpha.15

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@zeyue0329/xiaoma-cli",
4
- "version": "6.0.0-alpha.13",
4
+ "version": "6.0.0-alpha.15",
5
5
  "description": "XiaoMa Cli: Universal AI Agent Framework",
6
6
  "keywords": [
7
7
  "agile",
@@ -5,7 +5,7 @@ const crypto = require('node:crypto');
5
5
  const { getSourcePath, getModulePath } = require('../../../lib/project-root');
6
6
 
7
7
  // Load package.json for version info
8
- const packageJson = require('../../../../../../../github/xiaoma-cli/BMAD-METHOD/package.json');
8
+ const packageJson = require('../../../../../package.json');
9
9
 
10
10
  /**
11
11
  * Generates manifest files for installed workflows, agents, and tasks
@@ -3,7 +3,7 @@ const path = require('node:path');
3
3
  const fs = require('node:fs');
4
4
 
5
5
  // Load package.json from root for version info
6
- const packageJson = require('../../../../github/xiaoma-cli/BMAD-METHOD/package.json');
6
+ const packageJson = require('../../package.json');
7
7
 
8
8
  // Load all command modules
9
9
  const commandsPath = path.join(__dirname, 'commands');