@mutagent/cli 0.1.55 → 0.1.57

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": "@mutagent/cli",
3
- "version": "0.1.55",
3
+ "version": "0.1.57",
4
4
  "description": "Bun-native CLI for MutagenT AI platform - AI-first agent integration",
5
5
  "type": "module",
6
6
  "bin": {
@@ -22,7 +22,8 @@
22
22
  "build:binary:darwin-x64": "bun build src/bin/cli.ts --compile --target=bun-darwin-x64 --outfile dist/mutagent-darwin-x64",
23
23
  "build:binary:darwin-arm64": "bun build src/bin/cli.ts --compile --target=bun-darwin-arm64 --outfile dist/mutagent-darwin-arm64",
24
24
  "build:binary:windows-x64": "bun build src/bin/cli.ts --compile --target=bun-windows-x64 --outfile dist/mutagent-windows-x64.exe",
25
- "test": "bun test",
25
+ "test": "bun test src/",
26
+ "test:integration": "bun test tests/pipe/ --timeout 30000",
26
27
  "type-check": "tsc --noEmit",
27
28
  "lint": "eslint src/**/*.ts --format compact",
28
29
  "lint:fix": "eslint src/**/*.ts --fix --format compact",