wuphf 0.222.0 → 0.224.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 (3) hide show
  1. package/LICENSE +86 -0
  2. package/README.md +3 -3
  3. package/package.json +4 -3
package/LICENSE ADDED
@@ -0,0 +1,86 @@
1
+ # License
2
+
3
+ Copyright (c) 2026 Nex
4
+
5
+ Portions of this software are licensed as follows:
6
+
7
+ - All content that resides under branches other than the main branch (i.e. "main") of this repository, if
8
+ any, is not licensed.
9
+ - All third party components incorporated into the Wuphf software are licensed under the original license
10
+ provided by the owner of the applicable component.
11
+ - Content outside of the above mentioned restrictions is available under the "Sustainable Use License" as
12
+ defined below.
13
+
14
+ ## Sustainable Use License
15
+
16
+ Version 1.0
17
+
18
+ ### Acceptance
19
+
20
+ By using the software, you agree to all of the terms and conditions below.
21
+
22
+ ### Copyright License
23
+
24
+ The licensor grants you a non-exclusive, royalty-free, worldwide, non-sublicensable, non-transferable license
25
+ to use, copy, distribute, make available, and prepare derivative works of the software, in each case subject
26
+ to the limitations below.
27
+
28
+ ### Limitations
29
+
30
+ You may use or modify the software only for your own internal business purposes or for non-commercial or
31
+ personal use. You may distribute the software or provide it to others only if you do so free of charge for
32
+ non-commercial purposes. You may not alter, remove, or obscure any licensing, copyright, or other notices of
33
+ the licensor in the software. Any use of the licensor's trademarks is subject to applicable law.
34
+
35
+ ### Patents
36
+
37
+ The licensor grants you a license, under any patent claims the licensor can license, or becomes able to
38
+ license, to make, have made, use, sell, offer for sale, import and have imported the software, in each case
39
+ subject to the limitations and conditions in this license. This license does not cover any patent claims that
40
+ you cause to be infringed by modifications or additions to the software. If you or your company make any
41
+ written claim that the software infringes or contributes to infringement of any patent, your patent license
42
+ for the software granted under these terms ends immediately. If your company makes such a claim, your patent
43
+ license ends immediately for work on behalf of your company.
44
+
45
+ ### Notices
46
+
47
+ You must ensure that anyone who gets a copy of any part of the software from you also gets a copy of these
48
+ terms. If you modify the software, you must include in any modified copies of the software a prominent notice
49
+ stating that you have modified the software.
50
+
51
+ ### No Other Rights
52
+
53
+ These terms do not imply any licenses other than those expressly granted in these terms.
54
+
55
+ ### Termination
56
+
57
+ If you use the software in violation of these terms, such use is not licensed, and your license will
58
+ automatically terminate. If the licensor provides you with a notice of your violation, and you cease all
59
+ violation of this license no later than 30 days after you receive that notice, your license will be reinstated
60
+ retroactively. However, if you violate these terms after such reinstatement, any additional violation of these
61
+ terms will cause your license to terminate automatically and permanently.
62
+
63
+ ### No Liability
64
+
65
+ As far as the law allows, the software comes as is, without any warranty or condition, and the licensor will
66
+ not be liable to you for any damages arising out of these terms or the use or nature of the software, under
67
+ any kind of legal claim.
68
+
69
+ ### Definitions
70
+
71
+ The "licensor" is the entity offering these terms.
72
+
73
+ The "software" is the software the licensor makes available under these terms, including any portion of it.
74
+
75
+ "You" refers to the individual or entity agreeing to these terms.
76
+
77
+ "Your company" is any legal entity, sole proprietorship, or other kind of organization that you work for, plus
78
+ all organizations that have control over, are under the control of, or are under common control with that
79
+ organization. Control means ownership of substantially all the assets of an entity, or the power to direct its
80
+ management and policies by vote, contract, or otherwise. Control can be direct or indirect.
81
+
82
+ "Your license" is the license granted to you for the software under these terms.
83
+
84
+ "Use" means anything you do with the software requiring your license.
85
+
86
+ "Trademark" means trademarks, service marks, and similar rights.
package/README.md CHANGED
@@ -10,7 +10,7 @@ A collaborative office for AI employees with a shared brain, running your work 2
10
10
 
11
11
  [![npm](https://img.shields.io/npm/v/wuphf?color=A87B4F)](https://www.npmjs.com/package/wuphf)
12
12
  [![Discord](https://img.shields.io/badge/Discord-Join%20Community-5865F2?logo=discord&logoColor=white)](https://discord.gg/gjSySC3PzV)
13
- [![License: MIT](https://img.shields.io/badge/License-MIT-A87B4F)](https://github.com/nex-crm/wuphf/blob/main/LICENSE)
13
+ [![License: Sustainable Use License](https://img.shields.io/badge/license-Sustainable%20Use%20License-A87B4F)](https://github.com/nex-crm/wuphf/blob/main/LICENSE)
14
14
 
15
15
  One command. One shared office. CEO, PM, engineers, designer, CMO, CRO — all visible, arguing, claiming tasks, and shipping work instead of disappearing behind an API. Unlike the original WUPHF.com, this one works.
16
16
 
@@ -126,7 +126,7 @@ Two action providers ship by default — pick whichever fits your style.
126
126
  | Mid-task steering | DM any agent, no restart |
127
127
  | Runtimes | Mix Claude Code, Codex, Hermes Agent, and OpenClaw in one channel |
128
128
  | Memory | Per-agent notebook + shared workspace wiki (knowledge graphs on GBrain or Nex) |
129
- | Price | Free and open source (MIT, self-hosted, your API keys) |
129
+ | Price | Free to self-host (Sustainable Use License, your API keys) |
130
130
 
131
131
  ## Benchmark
132
132
 
@@ -180,4 +180,4 @@ you at `npm install -g wuphf@latest` for a permanent upgrade.
180
180
 
181
181
  Set `WUPHF_SKIP_VERSION_CHECK=1` to disable the check entirely.
182
182
 
183
- MIT licensed. Free, open source, self-hosted, your API keys.
183
+ Fair-code licensed (Sustainable Use License). Free to self-host, your API keys.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wuphf",
3
- "version": "0.222.0",
3
+ "version": "0.224.0",
4
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"
@@ -12,7 +12,8 @@
12
12
  "scripts/download-cloudflared.js",
13
13
  "scripts/postinstall.js",
14
14
  "scripts/version-check.js",
15
- "README.md"
15
+ "README.md",
16
+ "LICENSE"
16
17
  ],
17
18
  "scripts": {
18
19
  "postinstall": "node scripts/postinstall.js",
@@ -38,7 +39,7 @@
38
39
  "bugs": {
39
40
  "url": "https://github.com/nex-crm/wuphf/issues"
40
41
  },
41
- "license": "MIT",
42
+ "license": "SEE LICENSE IN LICENSE",
42
43
  "keywords": [
43
44
  "wuphf",
44
45
  "ai-agents",