@deimoscloud/coreai 0.1.18 → 0.1.19
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/agents/_templates/ic-engineer.md +0 -8
- package/agents/android-engineer.md +0 -3
- package/agents/backend-engineer.md +0 -3
- package/agents/database-administrator.md +0 -3
- package/agents/devops-engineer.md +0 -3
- package/agents/engineering-manager.md +0 -3
- package/agents/frontend-engineer.md +0 -3
- package/agents/product-manager.md +0 -3
- package/agents/react-engineer.md +0 -3
- package/agents/react-native-engineer.md +0 -3
- package/agents/software-security-engineer.md +0 -3
- package/agents/software-solutions-architect.md +0 -3
- package/agents/sre-huawei-cloud-architect.md +0 -3
- package/agents/sre-iac-specialist.md +0 -3
- package/agents/sre-kubernetes-specialist.md +0 -3
- package/agents/sre-network-specialist.md +0 -3
- package/agents/wearos-engineer.md +0 -3
- package/dist/cli/index.js +111 -62
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.ts +3 -11
- package/dist/index.js +8 -14
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/schemas/coreai.config.schema.json +3 -27
package/package.json
CHANGED
|
@@ -20,11 +20,9 @@
|
|
|
20
20
|
"type": "string",
|
|
21
21
|
"description": "Project name"
|
|
22
22
|
},
|
|
23
|
-
"
|
|
23
|
+
"description": {
|
|
24
24
|
"type": "string",
|
|
25
|
-
"description": "
|
|
26
|
-
"enum": ["software", "infrastructure", "data", "mobile"],
|
|
27
|
-
"default": "software"
|
|
25
|
+
"description": "Brief description of the project"
|
|
28
26
|
}
|
|
29
27
|
},
|
|
30
28
|
"additionalProperties": false
|
|
@@ -39,7 +37,7 @@
|
|
|
39
37
|
"items": {
|
|
40
38
|
"type": "string"
|
|
41
39
|
},
|
|
42
|
-
"default": ["
|
|
40
|
+
"default": ["engineering-manager"]
|
|
43
41
|
}
|
|
44
42
|
},
|
|
45
43
|
"additionalProperties": false
|
|
@@ -70,28 +68,6 @@
|
|
|
70
68
|
"$ref": "#/$defs/qualityGate"
|
|
71
69
|
}
|
|
72
70
|
},
|
|
73
|
-
"tech_stack": {
|
|
74
|
-
"type": "object",
|
|
75
|
-
"description": "Technology stack information",
|
|
76
|
-
"properties": {
|
|
77
|
-
"primary_language": {
|
|
78
|
-
"type": "string",
|
|
79
|
-
"description": "Primary programming language"
|
|
80
|
-
},
|
|
81
|
-
"frameworks": {
|
|
82
|
-
"type": "array",
|
|
83
|
-
"description": "Frameworks and libraries used",
|
|
84
|
-
"items": {
|
|
85
|
-
"type": "string"
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
"cloud": {
|
|
89
|
-
"type": "string",
|
|
90
|
-
"description": "Cloud provider (if applicable)"
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
"additionalProperties": true
|
|
94
|
-
},
|
|
95
71
|
"mcp": {
|
|
96
72
|
"type": "object",
|
|
97
73
|
"description": "MCP (Model Context Protocol) settings",
|