Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@codelia/config

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codelia/config - npm Package Compare versions

Comparing version
0.1.26
to
0.1.28
+1
-1
package.json
{
"name": "@codelia/config",
"version": "0.1.26",
"version": "0.1.28",
"type": "module",

@@ -5,0 +5,0 @@ "files": [

@@ -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).