@mutagent/cli 0.1.233 → 0.1.234

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 +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutagent/cli",
3
- "version": "0.1.233",
3
+ "version": "0.1.234",
4
4
  "description": "Bun-native CLI for the MutagenT AI platform - auth, provider config, and lifecycle-tool installer for AI-native workflows",
5
5
  "type": "module",
6
6
  "bin": {
@@ -32,8 +32,9 @@
32
32
  "prelint": "bun run sync-skill",
33
33
  "lint": "eslint src/**/*.ts --format compact",
34
34
  "lint:fix": "eslint src/**/*.ts --fix --format compact",
35
- "verify": "bun run lint && bun run type-check && bun run build",
36
- "verify:fix": "bun run lint:fix && bun run type-check && bun run build"
35
+ "check:workspace-resolution": "bash scripts/check-workspace-resolution.sh",
36
+ "verify": "bun run check:workspace-resolution && bun run lint && bun run type-check && bun run build",
37
+ "verify:fix": "bun run check:workspace-resolution && bun run lint:fix && bun run type-check && bun run build"
37
38
  },
38
39
  "dependencies": {
39
40
  "@mutagent/sdk": "0.3.15",