@bman654/clodex 1.2.2 → 2.0.0
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.
- package/README.md +1 -1
- package/dist/chunk-ZYGZ5GDI.js +1125 -0
- package/dist/chunk-ZYGZ5GDI.js.map +1 -0
- package/dist/claude-wrapper.js +1 -1
- package/dist/cli.js +1375 -902
- package/dist/cli.js.map +1 -1
- package/docs/credential-helpers.md +36 -2
- package/package.json +1 -1
- package/dist/chunk-3XM6UZWP.js +0 -540
- package/dist/chunk-3XM6UZWP.js.map +0 -1
package/README.md
CHANGED
|
@@ -217,7 +217,7 @@ clodex --version # version
|
|
|
217
217
|
- The config-home filesystem must support hard links because registry locks are
|
|
218
218
|
published atomically. Keep `CLODEX_HOME` on a local filesystem rather than
|
|
219
219
|
FAT, exFAT, or a network mount that rejects hard links. An abrupt process kill
|
|
220
|
-
during lock publication can leave a
|
|
220
|
+
during lock publication can leave a `*.lock.*.tmp` file; it does
|
|
221
221
|
not block later lock acquisition and can be removed when no Clodex process is
|
|
222
222
|
running. A canonical `providers.json.lock` whose recorded PID is no longer
|
|
223
223
|
running is reclaimed automatically on the next lock acquisition. If it remains
|