substrate-ai 0.2.33 → 0.2.34

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "substrate-ai",
3
- "version": "0.2.33",
3
+ "version": "0.2.34",
4
4
  "description": "Substrate — multi-agent orchestration daemon for AI coding agents",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  "build": "tsdown",
47
47
  "postbuild": "cp -r src/cli/templates dist/cli/templates",
48
48
  "dev": "tsx watch src/cli/index.ts",
49
- "test": "flock -n -E 75 /tmp/substrate-test.lock vitest run --coverage || { ec=$?; if [ $ec -eq 75 ]; then echo '⚠ Test suite already running — wait or kill the other process'; fi; exit $ec; }",
49
+ "test": "vitest run --coverage",
50
50
  "test:fast": "vitest run --exclude 'src/__tests__/e2e/**' --exclude '**/*integration*' --exclude '**/*e2e*'",
51
51
  "test:changed": "vitest run --changed",
52
52
  "test:watch": "vitest",