@tomorrowos/sdk 0.9.29 → 0.9.31

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 CHANGED
@@ -74,12 +74,13 @@ In Vercel Agent (or any AI setup prompt), paste:
74
74
  ```text
75
75
  Follow @tomorrowos/sdk VERCEL_SETUP.md and set up my TomorrowOS CMS.
76
76
  IF any step contradicts Vercel, adapt to settings that Vercel can accept.
77
+ After each question, configure that step immediately before asking the next.
77
78
  ```
78
79
 
79
- That wizard asks: database (**Supabase** → **Neon** → SQLite demo), media (**Cloudinary** → **Vercel Blob** → local),
80
- branding (manual fields or **website URL → `brand.json` only**, no login unless asked). Preview may use a thin **Next.js reverse proxy**;
81
- **Publish stays pure Node** `TomorrowOS.listen` (Scheme A: root `server.ts`, Next in `preview/`, `GET /status` must be JSON). Cloudinary uses **one Env popup** (all fields).
82
- Neon/Supabase: agent auto-sets `TOMORROWOS_STORE` + `DATABASE_SSL`. Sets `cms.hostingTarget` to `"vercel"`.
80
+ That wizard asks: database (**Supabase** → **Neon** → SQLite demo), media (**Cloudinary recommended** → **Vercel Blob** → local),
81
+ branding (manual name/colours/background/logo **or** **website URL → full `brand.json`**, no login unless asked).
82
+ **Configure immediately after each answer** (e.g. Cloudinary Env popup right after choosing Cloudinary).
83
+ **Publish stays a Fluid Vercel Function** (`api/index.ts` + `export default server`, WebSockets per Vercel docs).
83
84
 
84
85
  ### Replit upgrade (existing CMS)
85
86