diff --git a/.changeset/skills-codex-global-and-discovery.md b/.changeset/skills-codex-global-and-discovery.md deleted file mode 100644 index 2317318..0000000 --- a/.changeset/skills-codex-global-and-discovery.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@sawala/cli": patch ---- - -`sawala skills install --target codex --global` now writes to both `~/.agents/skills` and `~/.codex/skills`. Codex's documentation names the first while real installs use the second, and rather than pick one and risk a global install landing where nothing reads it, both are written. Project-level installs are unchanged — `.agents/skills` is well attested there. - -The `sawala-cli` skill's description now also mentions listing uploaded files, assets, and media, and reading forms and submissions. It absorbs the Formulir and Berkasna surfaces, but previously named them only as products — so "list my files" or "read the form submissions" matched nothing unless the user happened to say "Berkasna" or "Formulir". diff --git a/packages/sawala/CHANGELOG.md b/packages/sawala/CHANGELOG.md index aae56bd..457f9a6 100644 --- a/packages/sawala/CHANGELOG.md +++ b/packages/sawala/CHANGELOG.md @@ -1,5 +1,13 @@ # @sawala/cli +## 0.14.1 + +### Patch Changes + +- f53683c: `sawala skills install --target codex --global` now writes to both `~/.agents/skills` and `~/.codex/skills`. Codex's documentation names the first while real installs use the second, and rather than pick one and risk a global install landing where nothing reads it, both are written. Project-level installs are unchanged — `.agents/skills` is well attested there. + + The `sawala-cli` skill's description now also mentions listing uploaded files, assets, and media, and reading forms and submissions. It absorbs the Formulir and Berkasna surfaces, but previously named them only as products — so "list my files" or "read the form submissions" matched nothing unless the user happened to say "Berkasna" or "Formulir". + ## 0.14.0 ### Minor Changes diff --git a/packages/sawala/package.json b/packages/sawala/package.json index ccb7fd2..179f2b9 100644 --- a/packages/sawala/package.json +++ b/packages/sawala/package.json @@ -1,6 +1,6 @@ { "name": "@sawala/cli", - "version": "0.14.0", + "version": "0.14.1", "description": "Sawala umbrella CLI — Kontena, Formulir, Berkasna, and Kodena under one roof.", "license": "MIT", "repository": {