diff --git a/.changeset/agent-skills-install.md b/.changeset/agent-skills-install.md deleted file mode 100644 index 138f6a0..0000000 --- a/.changeset/agent-skills-install.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@sawala/cli": minor ---- - -New `sawala skills` command: install the Sawala Agent Skills into your AI coding agent so it knows how to drive these tools correctly. - -`sawala skills install` copies eight skills — orientation plus one per product (Kontena, Datana, Tugasna, Sebar, Akuna, Ajena, Kodena) — into your project. They carry the things that are not in `--help`: that a collection or schema `update` is a PUT replacement so adding a field means pull-append-push, that a Datana boolean filter silently returns zero rows, that Tugasna dates are epoch-millisecond numbers, that `sebar broadcast create` sends immediately with no undo, and that `akuna isolate` is effectively one-way. - -Skills are an open cross-vendor format, so one install serves Claude Code, GitHub Copilot, and OpenAI Codex. The default target is `.agents/skills/`, which Codex and Copilot both read; pass `--target all` to also write `.claude/skills/` and `.github/skills/`, or `--global` to install into your home directory. `sawala skills list` shows what is bundled and `sawala skills uninstall` removes them again. Installing never overwrites an existing skill folder without `--force`, and `--dry-run` prints what it would write. diff --git a/packages/sawala/CHANGELOG.md b/packages/sawala/CHANGELOG.md index 3f49048..aae56bd 100644 --- a/packages/sawala/CHANGELOG.md +++ b/packages/sawala/CHANGELOG.md @@ -1,5 +1,15 @@ # @sawala/cli +## 0.14.0 + +### Minor Changes + +- 066b7cf: New `sawala skills` command: install the Sawala Agent Skills into your AI coding agent so it knows how to drive these tools correctly. + + `sawala skills install` copies eight skills — orientation plus one per product (Kontena, Datana, Tugasna, Sebar, Akuna, Ajena, Kodena) — into your project. They carry the things that are not in `--help`: that a collection or schema `update` is a PUT replacement so adding a field means pull-append-push, that a Datana boolean filter silently returns zero rows, that Tugasna dates are epoch-millisecond numbers, that `sebar broadcast create` sends immediately with no undo, and that `akuna isolate` is effectively one-way. + + Skills are an open cross-vendor format, so one install serves Claude Code, GitHub Copilot, and OpenAI Codex. The default target is `.agents/skills/`, which Codex and Copilot both read; pass `--target all` to also write `.claude/skills/` and `.github/skills/`, or `--global` to install into your home directory. `sawala skills list` shows what is bundled and `sawala skills uninstall` removes them again. Installing never overwrites an existing skill folder without `--force`, and `--dry-run` prints what it would write. + ## 0.13.0 ### Minor Changes diff --git a/packages/sawala/package.json b/packages/sawala/package.json index a10bc5e..ccb7fd2 100644 --- a/packages/sawala/package.json +++ b/packages/sawala/package.json @@ -1,6 +1,6 @@ { "name": "@sawala/cli", - "version": "0.13.0", + "version": "0.14.0", "description": "Sawala umbrella CLI — Kontena, Formulir, Berkasna, and Kodena under one roof.", "license": "MIT", "repository": {