@zibby/skills 0.2.12 → 0.2.14
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/dist/chat-notify.js +4 -4
- package/dist/chatProgress.js +4 -4
- package/dist/discord.js +3 -3
- package/dist/figma.js +2 -2
- package/dist/git-write.js +1 -1
- package/dist/github.js +4 -4
- package/dist/gitlab.js +5 -5
- package/dist/googleDocs.js +5 -5
- package/dist/hubspot.js +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +173 -147
- package/dist/integrations.d.ts +12 -0
- package/dist/integrations.js +1 -1
- package/dist/jira.js +3 -3
- package/dist/lark.js +2 -2
- package/dist/larkDocs.d.ts +8 -7
- package/dist/larkDocs.js +3 -3
- package/dist/linear.js +5 -5
- package/dist/llm-billing.js +1 -1
- package/dist/notion.js +5 -5
- package/dist/opendesign.js +2 -2
- package/dist/package.json +1 -1
- package/dist/plane.js +1 -1
- package/dist/report.d.ts +26 -26
- package/dist/sentry.js +2 -2
- package/dist/slack.js +2 -2
- package/dist/trackers/github-adapter.js +3 -3
- package/dist/trackers/index.js +1 -1
- package/dist/trackers/jira-adapter.js +7 -7
- package/dist/trackers/linear-adapter.js +1 -1
- package/dist/vikunja.d.ts +50 -0
- package/dist/vikunja.js +27 -0
- package/docs/integrations/slack.md +2 -2
- package/package.json +1 -1
|
@@ -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,
|
|
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
|
|
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
|
|