crewx 0.8.0-rc.4 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
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 →](./SLACK_INSTALL.md)**
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](SLACK_INSTALL.md) - Slack bot setup
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crewx",
3
- "version": "0.8.0-rc.4",
3
+ "version": "0.8.0-rc.6",
4
4
  "license": "MIT",
5
5
  "engines": {
6
6
  "node": ">=20.19.0"
@@ -22,7 +22,7 @@
22
22
  "test:unit": "npm run test"
23
23
  },
24
24
  "dependencies": {
25
- "@sowonai/crewx-cli": "^0.8.0-rc.0"
25
+ "@sowonai/crewx-cli": "0.8.0-rc.5"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"