kord-aios 3.3.3 → 3.3.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/dist/cli/index.js +8 -8
- package/package.json +8 -8
package/dist/cli/index.js
CHANGED
|
@@ -21818,7 +21818,7 @@ function scaffoldProject(options) {
|
|
|
21818
21818
|
// package.json
|
|
21819
21819
|
var package_default = {
|
|
21820
21820
|
name: "kord-aios",
|
|
21821
|
-
version: "3.3.
|
|
21821
|
+
version: "3.3.5",
|
|
21822
21822
|
description: "Kord AIOS: multi-model orchestration with story-driven development methodology",
|
|
21823
21823
|
main: "dist/index.js",
|
|
21824
21824
|
types: "dist/index.d.ts",
|
|
@@ -21900,13 +21900,13 @@ var package_default = {
|
|
|
21900
21900
|
typescript: "^5.7.3"
|
|
21901
21901
|
},
|
|
21902
21902
|
optionalDependencies: {
|
|
21903
|
-
"kord-aios-darwin-arm64": "3.3.
|
|
21904
|
-
"kord-aios-darwin-x64": "3.3.
|
|
21905
|
-
"kord-aios-linux-arm64": "3.3.
|
|
21906
|
-
"kord-aios-linux-arm64-musl": "3.3.
|
|
21907
|
-
"kord-aios-linux-x64": "3.3.
|
|
21908
|
-
"kord-aios-linux-x64-musl": "3.3.
|
|
21909
|
-
"kord-aios-windows-x64": "3.3.
|
|
21903
|
+
"kord-aios-darwin-arm64": "3.3.5",
|
|
21904
|
+
"kord-aios-darwin-x64": "3.3.5",
|
|
21905
|
+
"kord-aios-linux-arm64": "3.3.5",
|
|
21906
|
+
"kord-aios-linux-arm64-musl": "3.3.5",
|
|
21907
|
+
"kord-aios-linux-x64": "3.3.5",
|
|
21908
|
+
"kord-aios-linux-x64-musl": "3.3.5",
|
|
21909
|
+
"kord-aios-windows-x64": "3.3.5"
|
|
21910
21910
|
},
|
|
21911
21911
|
trustedDependencies: [
|
|
21912
21912
|
"@ast-grep/cli",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kord-aios",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.5",
|
|
4
4
|
"description": "Kord AIOS: multi-model orchestration with story-driven development methodology",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -82,13 +82,13 @@
|
|
|
82
82
|
"typescript": "^5.7.3"
|
|
83
83
|
},
|
|
84
84
|
"optionalDependencies": {
|
|
85
|
-
"kord-aios-darwin-arm64": "3.3.
|
|
86
|
-
"kord-aios-darwin-x64": "3.3.
|
|
87
|
-
"kord-aios-linux-arm64": "3.3.
|
|
88
|
-
"kord-aios-linux-arm64-musl": "3.3.
|
|
89
|
-
"kord-aios-linux-x64": "3.3.
|
|
90
|
-
"kord-aios-linux-x64-musl": "3.3.
|
|
91
|
-
"kord-aios-windows-x64": "3.3.
|
|
85
|
+
"kord-aios-darwin-arm64": "3.3.5",
|
|
86
|
+
"kord-aios-darwin-x64": "3.3.5",
|
|
87
|
+
"kord-aios-linux-arm64": "3.3.5",
|
|
88
|
+
"kord-aios-linux-arm64-musl": "3.3.5",
|
|
89
|
+
"kord-aios-linux-x64": "3.3.5",
|
|
90
|
+
"kord-aios-linux-x64-musl": "3.3.5",
|
|
91
|
+
"kord-aios-windows-x64": "3.3.5"
|
|
92
92
|
},
|
|
93
93
|
"trustedDependencies": [
|
|
94
94
|
"@ast-grep/cli",
|