@bramblex/codex-workbench 0.1.0 → 0.1.1

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 +6 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -57,6 +57,12 @@ Run without arguments to open the interactive UI:
57
57
  codex-workbench
58
58
  ```
59
59
 
60
+ The package also installs the short alias:
61
+
62
+ ```sh
63
+ cwb
64
+ ```
65
+
60
66
  Use `list` to find sessions:
61
67
 
62
68
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bramblex/codex-workbench",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Terminal workbench for browsing and managing local Codex sessions.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -19,7 +19,8 @@
19
19
  "tui"
20
20
  ],
21
21
  "bin": {
22
- "codex-workbench": "bin/codex-workbench"
22
+ "codex-workbench": "bin/codex-workbench",
23
+ "cwb": "bin/codex-workbench"
23
24
  },
24
25
  "publishConfig": {
25
26
  "access": "public"