@awebai/claude-channel 1.0.0 → 1.2.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.
- package/.claude-plugin/plugin.json +1 -1
- package/README.md +3 -3
- package/dist/index.js +3915 -3651
- package/package.json +1 -1
- package/skills/configure/SKILL.md +20 -12
package/README.md
CHANGED
|
@@ -43,11 +43,11 @@ Or configure manually in `.mcp.json`:
|
|
|
43
43
|
|
|
44
44
|
## Prerequisites
|
|
45
45
|
|
|
46
|
-
The directory must be connected to an aweb
|
|
47
|
-
exist). Run `aw init`
|
|
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
|
|
|
51
51
|
- [Channel documentation](https://github.com/awebai/aweb/blob/main/docs/channel.md)
|
|
52
|
-
- [Agent guide](https://github.com/awebai/aweb/blob/main/docs/agent-guide.
|
|
52
|
+
- [Agent guide](https://github.com/awebai/aweb/blob/main/docs/agent-guide.md)
|
|
53
53
|
- [aweb.ai](https://aweb.ai)
|