@corbat-tech/coco 2.23.1 → 2.24.0
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 +533 -213
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +548 -204
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@corbat-tech/coco",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.24.0",
|
|
4
4
|
"description": "Autonomous Coding Agent with Self-Review, Quality Convergence, and Production-Ready Output",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"test:watch": "NODE_OPTIONS='--max-old-space-size=4096' vitest",
|
|
102
102
|
"test:coverage": "NODE_OPTIONS='--max-old-space-size=4096' vitest run --coverage",
|
|
103
103
|
"test:e2e": "vitest run --config vitest.e2e.config.ts",
|
|
104
|
+
"check:release": "node scripts/release-gate.mjs",
|
|
104
105
|
"benchmark": "tsx test/benchmarks/quality-benchmark.ts",
|
|
105
106
|
"docs": "typedoc",
|
|
106
107
|
"docs:watch": "typedoc --watch",
|