cc-codeconductor 0.2.6 → 0.2.7
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/dist/index.js +2 -1
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -7044,7 +7044,7 @@ function getExitCode(error) {
|
|
|
7044
7044
|
// package.json
|
|
7045
7045
|
var package_default = {
|
|
7046
7046
|
name: "cc-codeconductor",
|
|
7047
|
-
version: "0.2.
|
|
7047
|
+
version: "0.2.7",
|
|
7048
7048
|
description: "A multi-agent orchestration framework for AI-assisted software engineering workflows.",
|
|
7049
7049
|
keywords: [
|
|
7050
7050
|
"ai",
|
|
@@ -7073,6 +7073,7 @@ var package_default = {
|
|
|
7073
7073
|
},
|
|
7074
7074
|
type: "module",
|
|
7075
7075
|
bin: {
|
|
7076
|
+
"cc-codeconductor": "./dist/index.js",
|
|
7076
7077
|
codeconductor: "./dist/index.js"
|
|
7077
7078
|
},
|
|
7078
7079
|
scripts: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cc-codeconductor",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "A multi-agent orchestration framework for AI-assisted software engineering workflows.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"type": "module",
|
|
31
31
|
"bin": {
|
|
32
|
+
"cc-codeconductor": "./dist/index.js",
|
|
32
33
|
"codeconductor": "./dist/index.js"
|
|
33
34
|
},
|
|
34
35
|
"scripts": {
|