seatmesh 1.1.0 → 1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seatmesh",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "engines": {
5
5
  "node": ">=22"
6
6
  },
@@ -25,11 +25,11 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@clack/prompts": "^1.8.0",
28
- "@seat-mesh/connectivity": "1.1.0",
29
- "@seat-mesh/core": "1.1.0",
30
- "@seat-mesh/daemon": "1.1.0",
31
- "@seat-mesh/providers": "1.1.0",
32
- "@seat-mesh/tmux": "1.1.0",
28
+ "@seat-mesh/connectivity": "1.1.1",
29
+ "@seat-mesh/core": "1.1.1",
30
+ "@seat-mesh/daemon": "1.1.1",
31
+ "@seat-mesh/providers": "1.1.1",
32
+ "@seat-mesh/tmux": "1.1.1",
33
33
  "boxen": "^8.0.1",
34
34
  "cfonts": "^3.3.1",
35
35
  "commander": "^15.0.0"
@@ -66,6 +66,7 @@ Never: “please check my pane” without notify.
66
66
  | Close ask | `agent ack <id> "<note>"` |
67
67
  | List / stop checkback | `agent cb list` · `agent cb cancel <id>` |
68
68
  | CC-LIMIT banner → idle (leads) | `agent limit idle` · `agent limit idle-clear` (CBs still fire) |
69
+ | Role-pack (operator) | `roles status` · `roles migrate` · `update` (refresh locked `_vendor`) |
69
70
  | Room | `agent room tail [-r slug]` · `agent room say …` |
70
71
  | Peek | `agent peek <target> status\|full` |
71
72
  | Agent vs terminal | `agent kind <target>` (aliases: `what`, `typeof`) |