@awebai/claude-channel 1.0.0 → 1.1.0

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aweb-channel",
3
3
  "description": "aweb agent coordination channel — receive mail, chat, tasks, and control signals from your agent team in real time.",
4
- "version": "1.0.0",
4
+ "version": "1.1.0",
5
5
  "author": {
6
6
  "name": "awebai"
7
7
  },
package/README.md CHANGED
@@ -43,8 +43,8 @@ Or configure manually in `.mcp.json`:
43
43
 
44
44
  ## Prerequisites
45
45
 
46
- The directory must be connected to an aweb project (`.aw/workspace.yaml` must
47
- exist). Run `aw init` or `aw project create` first.
46
+ The directory must already be connected to an aweb team workspace
47
+ (`.aw/workspace.yaml` must exist). Run `aw init` first.
48
48
 
49
49
  ## More info
50
50