@labelbox/recursion-cli 0.0.47 → 0.0.48

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,8 +3,8 @@
3
3
  `recursion` — the Recursion CLI. It mirrors the TypeScript SDK
4
4
  (`@labelbox/recursion-sdk`) exactly: where the SDK is `rl.synthesizers.create(...)`, the
5
5
  CLI is `recursion synthesizers create …`. Dots become spaces; you get `--help` at every
6
- level. The existing `rl` executable remains a temporary compatibility alias and
7
- runs the same command tree; new usage should prefer `recursion`.
6
+ level. The short `rl` executable remains a permanently supported convenience alias and
7
+ runs the same command tree; documentation uses the canonical `recursion` spelling.
8
8
 
9
9
  ```sh
10
10
  recursion --help # list nouns (synthesizers, synthesizer-runs)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@labelbox/recursion-cli",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",