@zeyue0329/xiaoma-cli 1.6.4 → 1.6.5
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,47 +1,50 @@
|
|
|
1
1
|
# This file allows these modules under xiaoma-code-org to also be installed with the xiaoma method installer, while
|
|
2
2
|
# allowing us to keep the source of these projects in separate repos.
|
|
3
3
|
|
|
4
|
-
modules:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
xiaoma-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
xiaoma-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
xiaoma-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
4
|
+
modules: {}
|
|
5
|
+
# External modules are disabled because they require GitHub access to clone.
|
|
6
|
+
# To re-enable, uncomment the module entries below and ensure GitHub is accessible.
|
|
7
|
+
#
|
|
8
|
+
# xiaoma-builder:
|
|
9
|
+
# url: https://github.com/xiaoma-code-org/xiaoma-builder
|
|
10
|
+
# module-definition: src/module.yaml
|
|
11
|
+
# code: bmb
|
|
12
|
+
# name: "XiaoMa Builder"
|
|
13
|
+
# description: "Agent, Workflow and Module Builder"
|
|
14
|
+
# defaultSelected: false
|
|
15
|
+
# type: xiaoma-org
|
|
16
|
+
# npmPackage: xiaoma-builder
|
|
17
|
+
#
|
|
18
|
+
# xiaoma-creative-intelligence-suite:
|
|
19
|
+
# url: https://github.com/xiaoma-code-org/xiaoma-module-creative-intelligence-suite
|
|
20
|
+
# module-definition: src/module.yaml
|
|
21
|
+
# code: cis
|
|
22
|
+
# name: "XiaoMa Creative Intelligence Suite"
|
|
23
|
+
# description: "Creative tools for writing, brainstorming, and more"
|
|
24
|
+
# defaultSelected: false
|
|
25
|
+
# type: xiaoma-org
|
|
26
|
+
# npmPackage: xiaoma-creative-intelligence-suite
|
|
27
|
+
#
|
|
28
|
+
# xiaoma-game-dev-studio:
|
|
29
|
+
# url: https://github.com/xiaoma-code-org/xiaoma-module-game-dev-studio.git
|
|
30
|
+
# module-definition: src/module.yaml
|
|
31
|
+
# code: gds
|
|
32
|
+
# name: "XiaoMa Game Dev Studio"
|
|
33
|
+
# description: "Game development agents and workflows"
|
|
34
|
+
# defaultSelected: false
|
|
35
|
+
# type: xiaoma-org
|
|
36
|
+
# npmPackage: xiaoma-game-dev-studio
|
|
37
|
+
#
|
|
38
|
+
# xiaoma-cli-test-architecture-enterprise:
|
|
39
|
+
# url: https://github.com/xiaoma-code-org/xiaoma-cli-test-architecture-enterprise
|
|
40
|
+
# module-definition: src/module.yaml
|
|
41
|
+
# code: tea
|
|
42
|
+
# name: "Test Architect"
|
|
43
|
+
# description: "Master Test Architect for quality strategy, test automation, and release gates"
|
|
44
|
+
# defaultSelected: false
|
|
45
|
+
# type: xiaoma-org
|
|
46
|
+
# npmPackage: xiaoma-cli-test-architecture-enterprise
|
|
47
|
+
#
|
|
45
48
|
# whiteport-design-system:
|
|
46
49
|
# url: https://github.com/xiaoma-code-org/xiaoma-cli-wds-expansion
|
|
47
50
|
# module-definition: src/module.yaml
|