Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/agent-skills-install.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/sawala/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/sawala/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading