@mutmutco/pi-plugin 4.4.0 → 4.4.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutmutco/pi-plugin",
3
- "version": "4.4.0",
3
+ "version": "4.4.2",
4
4
  "description": "MMI workflow skills and org gates delivery.",
5
5
  "author": {
6
6
  "name": "MMI Future",
@@ -109,6 +109,18 @@ message; never resend blindly. Confirmed delivery is recorded per repository and
109
109
  For local or private live testing, read [stage](../../stage/SKILL.md).
110
110
  For a new product repository, use [bootstrap](../../bootstrap/SKILL.md).
111
111
 
112
+ ## Hosting and deploy models
113
+
114
+ The owner's hosting policy is one rule per provider (`docs/decisions/2026-09-19-one-rule-per-provider.md`):
115
+ AWS is the org control plane and the vaults only; Hetzner boxes run every long-running service
116
+ (registry `deployModel: tenant-container`); Vercel hosts only web apps that benefit from preview
117
+ links (`vercel`); Cloudflare owns all DNS, TLS and tunnels; static public downloads are S3 +
118
+ CloudFront per family — `get.mutatismutandis.co` for MM products, `get.jerv.ai` for Jerv products —
119
+ never mixed. `hub-serverless` is the Hub control plane itself, and `registry-publish`/`none` are not
120
+ hosted services. Sign-in gates and signed payloads stay on each product's own server. Do not move a
121
+ workload to a different provider, or add a second one for the same job, without an explicit owner
122
+ decision.
123
+
112
124
  ## Keep guidance with the change
113
125
 
114
126
  When changing organization behavior, update the affected guide topic in the same PR.