command-code 0.12.0 → 0.13.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "command-code",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "Command Code, coding agent that continuously learns your coding taste",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",
@@ -109,7 +109,7 @@
109
109
  "unlink:local": "rm -f /usr/local/bin/dmd",
110
110
  "typecheck": "tsc --noEmit",
111
111
  "start": "node dist/index.mjs",
112
- "test": "vitest run && pnpm test:integration && pnpm test:non-interactive",
112
+ "test": "bash scripts/run-tests-all.sh",
113
113
  "test:taste": "vitest run tests/taste 2>&1 | tee tests/taste/test-output.log",
114
114
  "test:taste:debug": "DEBUG=true vitest run tests/taste 2>&1 | tee tests/taste/test-output-debug.log",
115
115
  "test:integration": "vitest run --config tests/integration/vitest.config.ts",
@@ -117,7 +117,7 @@
117
117
  "test:integration:debug": "DEBUG_HANGING=true vitest run --config tests/integration/vitest.config.ts",
118
118
  "test:cleanup": "bash scripts/cleanup-test-processes.sh",
119
119
  "test:cleanup:dry": "bash scripts/cleanup-test-processes.sh --dry",
120
- "test:all": "pnpm test",
120
+ "test:all": "bash scripts/run-tests-all.sh",
121
121
  "publish:prod": "pnpm run build:obfuscated && npm publish --access public",
122
122
  "test:watch": "vitest",
123
123
  "test:coverage": "vitest run --coverage",
Binary file