@zibby/skills 0.2.12 → 0.2.13

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.
@@ -13,10 +13,10 @@ You authorize the Zibby Slack app against your workspace. Slack returns a bot to
13
13
 
14
14
  ## Connect Slack
15
15
 
16
- 1. In the Zibby dashboard, go to **Settings Integrations** and click **Connect** next to Slack
16
+ 1. In the Zibby dashboard, open a project → **Project Settings**, expand the **Chat integrations** card, and click **Connect** on the **Slack** row
17
17
  2. You're redirected to Slack to authorize the Zibby app and pick a workspace
18
18
  3. Approve the requested scopes
19
- 4. You're redirected back to Zibby — the card shows the connected team name
19
+ 4. You're redirected back to Project Settings — the row shows the connected team name
20
20
 
21
21
  ## What Agents Can Do
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zibby/skills",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "description": "Built-in skill definitions for the Zibby agent-workflow framework",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",