@mutagent/cli 0.1.272 → 0.1.274

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutagent/cli",
3
- "version": "0.1.272",
3
+ "version": "0.1.274",
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,6 +32,7 @@
32
32
  "type-check:src": "tsc --noEmit",
33
33
  "type-check:tests": "tsc --noEmit -p tsconfig.test.json",
34
34
  "prelint": "bun run sync-skill",
35
+ "//lint": "STAGED: `lint` runs lint:src ONLY. Test files are deliberately NOT gated yet - they carry 173 errors + 8 warnings across 20 of 48 files (98 in commands/hooks.test.ts alone), inherited from years of never being linted. Run `bun run lint:tests` to see them. When that reaches zero, change `lint` to `bun run lint:src && bun run lint:tests` and delete this note. See eslint.config.js for the full rationale.",
35
36
  "lint": "bun run lint:src",
36
37
  "lint:src": "eslint src --ignore-pattern 'src/__tests__/**' --format compact",
37
38
  "lint:tests": "eslint src/__tests__ --format compact",
@@ -41,7 +42,7 @@
41
42
  "verify:fix": "bun run check:workspace-resolution && bun run lint:fix && bun run type-check && bun run build"
42
43
  },
43
44
  "dependencies": {
44
- "@mutagent/sdk": "0.3.32",
45
+ "@mutagent/sdk": "0.3.33",
45
46
  "chalk": "^5.3.0",
46
47
  "commander": "^12.1.0",
47
48
  "cosmiconfig": "^9.0.0",