@codelia/config
Advanced tools
+1
-1
| { | ||
| "name": "@codelia/config", | ||
| "version": "0.1.26", | ||
| "version": "0.1.28", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "files": [ |
+5
-6
@@ -50,10 +50,9 @@ # @codelia/config | ||
| Current behavior: | ||
| - Global config only. | ||
| - Path is resolved in CLI/runtime. | ||
| Current behavior (runtime/CLI integration path): | ||
| - Global config + project config are both supported. | ||
| - Global config path is resolved in runtime/CLI. | ||
| - `CODELIA_CONFIG_PATH` overrides the global config file location. | ||
| - Project config is loaded from `.codelia/config.json` under the working directory. | ||
| - Effective config is resolved by merging defaults + global + project (project wins on conflicts). | ||
| Planned: | ||
| - Project config at `.codelia/config.json` (repo-local override). | ||
| See `docs/specs/storage-layout.md` for the default global path (home/XDG). |
35542
0.52%58
-1.69%