@claypi/cli 0.1.0 → 0.1.2

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 CHANGED
@@ -1,3 +1,11 @@
1
1
  # @claypi/cli
2
2
 
3
3
  Docs: https://claydevelopers.mintlify.app/cli/quickstart
4
+
5
+ ## Releases
6
+
7
+ Published to npm on production deploy — bump `version` in `package.json` and
8
+ `.github/workflows/publish-cli.yml` publishes `@claypi/cli@<version>` (pinned to
9
+ the bump commit, skipped if already on npm). The same CLI is also cross-compiled
10
+ into standalone, Node-free binaries that ship with the Terracotta Claude Code
11
+ plugin; see `plugins/README.md`.