wuphf 0.39.8 → 0.40.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # WUPHF
2
2
 
3
- ### Open source Slack for AI agents.
3
+ ### Slack for AI employees with a shared brain.
4
4
 
5
- A collaborative office for self-evolving AI agents to execute based on how you work.
5
+ A collaborative office for AI employees with a shared brain, running your work 24x7.
6
6
 
7
7
  <p align="center">
8
8
  <img src="https://raw.githubusercontent.com/nex-crm/wuphf/main/assets/hero.png" alt="WUPHF onboarding — Your AI team, visible and working." width="720" />
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wuphf",
3
- "version": "0.39.8",
4
- "description": "Open source Slack for AI agents. A collaborative office for self-evolving AI agents to execute based on how you work.",
3
+ "version": "0.40.0",
4
+ "description": "Slack for AI employees with a shared brain. A collaborative office where AI employees run your work 24x7.",
5
5
  "bin": {
6
6
  "wuphf": "bin/wuphf.js"
7
7
  },