@locusai/cli 0.9.2 → 0.9.3

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 +4 -1
  2. package/package.json +2 -2
package/bin/locus.js CHANGED
@@ -6376,7 +6376,10 @@ var init_config = __esm(() => {
6376
6376
  ".locus-worktrees/",
6377
6377
  "",
6378
6378
  "# Locus AI - Settings (contains API key, telegram config, etc.)",
6379
- ".locus/settings.json"
6379
+ ".locus/settings.json",
6380
+ "",
6381
+ "# Locus AI - Configuration (contains project context, progress, etc.)",
6382
+ ".locus/config.json"
6380
6383
  ];
6381
6384
  });
6382
6385
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@locusai/cli",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "CLI for Locus - AI-native project management platform",
5
5
  "type": "module",
6
6
  "bin": {
@@ -32,7 +32,7 @@
32
32
  "author": "",
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
- "@locusai/sdk": "^0.9.2"
35
+ "@locusai/sdk": "^0.9.3"
36
36
  },
37
37
  "devDependencies": {}
38
38
  }