@locusai/cli 0.18.2 → 0.19.1

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 (2) hide show
  1. package/bin/locus.js +1260 -1181
  2. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@locusai/cli",
3
- "version": "0.18.2",
3
+ "version": "0.19.1",
4
4
  "description": "GitHub-native AI engineering assistant",
5
5
  "type": "module",
6
6
  "bin": {
@@ -10,8 +10,8 @@
10
10
  "build": "bun build src/cli.ts --outfile bin/locus.js --target node",
11
11
  "dev": "bun run src/cli.ts",
12
12
  "test": "bun test",
13
- "test:unit": "bun test src/core/__tests__ src/repl/__tests__ src/display/__tests__ src/ai/__tests__",
14
- "test:integration": "bun test src/commands/__tests__",
13
+ "test:unit": "bun test __tests__",
14
+ "test:integration": "bun test __tests__",
15
15
  "test:watch": "bun test --watch",
16
16
  "test:coverage": "bun test --coverage",
17
17
  "typecheck": "tsc --noEmit",