crewx 0.8.0-rc.5 → 0.8.0-rc.6
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -97,7 +97,7 @@ crewx slack --mode execute
|
|
|
97
97
|
# - Maintain context in threads
|
|
98
98
|
# - Share AI insights with the whole team
|
|
99
99
|
```
|
|
100
|
-
👉 **[Complete Slack Setup Guide →](
|
|
100
|
+
👉 **[Complete Slack Setup Guide →](../../docs/slack-install.md)**
|
|
101
101
|
|
|
102
102
|
### CLI Mode - Direct terminal usage
|
|
103
103
|
```bash
|
|
@@ -274,7 +274,7 @@ For more information, see:
|
|
|
274
274
|
- [📝 Template Variables](docs/template-variables.md) - Dynamic variables in agent configurations
|
|
275
275
|
- [🔧 Tool System](docs/tools.md) - Tool integration and creation guide
|
|
276
276
|
- [🔧 Troubleshooting](docs/troubleshooting.md) - Common issues and solutions
|
|
277
|
-
- [💬 Slack Integration](
|
|
277
|
+
- [💬 Slack Integration](../../docs/slack-install.md) - Slack bot setup
|
|
278
278
|
|
|
279
279
|
### Developer Guides
|
|
280
280
|
- [🏗️ SDK API Reference](packages/sdk/README.md) - Build custom integrations
|