lshed 0.13.0 → 0.14.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.
Files changed (4) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/README.md +270 -127
  3. package/dist/cli.js +136 -136
  4. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.14.0 — 2026-09-05
4
+
5
+ `--agent codex` now puts skills in `~/.agents/skills/`, the location Codex documents, instead of `~/.codex/skills/`.
6
+
7
+ - Codex 0.153 still reads `$CODEX_HOME/skills`, but its source marks that directory deprecated and the docs name only `.agents/skills`. `AGENTS.md` and `config.toml` stay under `~/.codex` (or `$CODEX_HOME`). The managed set records the skills as `../.agents/skills/<id>` relative to the Codex root; switching profiles removes them there, and backups stay inside `~/.codex/lshed/backups/`.
8
+ - `--root <dir>` keeps the same shape with the directory's parent as the home, so a scratch root never writes into your real `~/.agents`.
9
+ - Since the `agents` target places into the same directory, use one of `--agent codex` and `--agent agents` per machine for skills, not both.
10
+ - Shed paths are now derived from the category name, never from where the agent keeps that category locally.
11
+
3
12
  ## 0.13.0 — 2026-09-05
4
13
 
5
14
  `--agent agy` places into Google Antigravity (the `agy` CLI and the IDE).